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
293 B
15 lines
293 B
2 years ago
|
[Unit]
|
||
|
Description=Tox bot
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/home/tox/tox_bot
|
||
|
ExecStart=/home/tox/tox_bot/echo_bot
|
||
|
StandardOutput=append:/home/tox/tox_bot/echo_bot.log
|
||
|
StandardError=append:/home/tox/tox_bot/echo_bot.log
|
||
|
User=tox
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|