datalinks/acbot.service

15 lines
287 B
INI
Raw Normal View History

2021-10-14 13:19:49 +00:00
[Unit]
Description=Quote bot for the AC discord
[Service]
Type=simple
User=s00ner
Group=s00ner
WorkingDirectory=/home/s00ner/datalinks
StandardOutput=syslog
StandardError=syslog
ExecStart=bundle exec /home/s00ner/datalinks/bot.rb
Restart=on-failure
[Install]
WantedBy=multi-user.target