15 lines
248 B
Desktop File
15 lines
248 B
Desktop File
[Unit]
|
|
Description=APRIL IRC bot for redmine activity
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/srv/redminebot/redminebot.py
|
|
User=redminebot
|
|
Group=redminebot
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|