23 lines
555 B
Desktop File
23 lines
555 B
Desktop File
[Unit]
|
|
SourcePath=/etc/init.d/sendRebootIOB
|
|
Description=LSB: Steamware's IOB reboot signal
|
|
Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target
|
|
Wants=network-online.target
|
|
After=network.target network-online.target auditd.service
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=2
|
|
ExecStart=/etc/init.d/sendRebootIOB start
|
|
ExecStop=/etc/init.d/sendRebootIOB stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|