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.
15 lines
287 B
15 lines
287 B
[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 |