Added example about systemd service file.

This commit is contained in:
Christian P. MOMON 2019-08-22 01:32:31 +02:00 committed by root
parent 434a0d93a3
commit 404ec1bd46
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=network-online.target
[Service]
Type=simple
ExecStart=/srv/agirbot/bin/redminebot.py
ExecStart=/srv/redminebot/redminebot.py
User=redminebot
Group=redminebot
Restart=always