16 lines
286 B
SYSTEMD
16 lines
286 B
SYSTEMD
|
[Unit]
|
||
|
Description=APRIL IRC bot for april-accueil channel
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/srv/welcomebot/git
|
||
|
ExecStart=/srv/welcomebot/git/bot.py
|
||
|
User=welcomebot
|
||
|
Group=welcomebot
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|