Files
tox-bot/tox_bot.service
santic-zombie 031bb11751
All checks were successful
continuous-integration/drone/push Build is passing
Add stdout and systemd service file, change drone ci file
2023-01-18 01:23:29 +03:00

15 lines
293 B
Desktop File

[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