Bot for Tox messenger
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.
tox-bot/tox_bot.service

14 lines
293 B

[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