security stuff
[automated-distro-installer] / fai / config / files / etc / systemd / system / faicheck.service / VOL_BUSTER_BOOTSTRAP
1 [Unit]
2 Description=check whether to kexec to fai, reboot, or do nothing
3 After=syslog.target network-online.target
4
5 [Service]
6 Type=oneshot
7 ExecStart=/root/fai-check
8 TimeoutStartSec=60
9
10 [Install]
11 WantedBy=multi-user.target