15 lines
293 B
Desktop File
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
|