[Unit]
Description=NVIDIA RAID Configuration
After=local-fs.target network.target raid.mount
ConditionPathExists=/var/tmp/first-boot-check-raid

[Service]
Type=oneshot
ExecStartPre=/bin/rm /var/tmp/first-boot-check-raid
ExecStart=/usr/bin/configure_raid_array.py -i

[Install]
WantedBy=multi-user.target
