added service file
parent
a9ec0a6bee
commit
ebc76fe8a3
|
@ -0,0 +1,15 @@
|
|||
[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
|
Loading…
Reference in New Issue