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.
empyrion-bot/example_services/egsbot.service

16 lines
251 B

[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