parent
e57a9b40c4
commit
d3e8145f6d
@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Empyrion Chat Bot by SKYFALL
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
User=ivo
|
||||||
|
PIDFile=/var/run/egsbot.pid
|
||||||
|
ExecStart=/opt/skyfall/egsbot/run.rb
|
||||||
|
SuccessExitStatus=SIGKILL
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in new issue