mirror of
https://github.com/miky-kr5/Robotd.git
synced 2023-01-29 18:47:06 +00:00
13 lines
271 B
Desktop File
13 lines
271 B
Desktop File
#! /bin/sh
|
|
[Unit]
|
|
Description=Shutdown daemon
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/shutdown.pid
|
|
WorkingDirectory=/home/root/Robotd
|
|
ExecStart=/etc/init.d/shtd start
|
|
ExecReload=/etc/init.d/shtd restart
|
|
ExecStop=/etc/init.d/shtd stop
|
|
[Install]
|
|
WantedBy=multi-user.target
|