You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
406 B
18 lines
406 B
[Unit]
|
|
Description=Empyrion Chat Bot by SKYFALL
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=ivo
|
|
WorkingDirectory=/opt/skyfall/egs-bot
|
|
StandardOutput=file:/var/log/skyfall/egs-bot/run.log
|
|
StandardError=file:/var/log/skyfall/egs-bot/error.log
|
|
PIDFile=/var/run/skyfall/egsbot.pid
|
|
ExecStart=/usr/bin/ruby /opt/skyfall/egs-bot/run.rb
|
|
SuccessExitStatus=SIGKILL
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|