2018-11-08 18:02:15 +01:00
|
|
|
[Unit]
|
|
|
|
Description=APRIL IRC bot for april-accueil channel
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
WorkingDirectory=/srv/welcomebot/git
|
2020-03-11 03:38:42 +01:00
|
|
|
ExecStart=/srv/welcomebot/bin/welcomebot.py
|
2018-11-08 18:02:15 +01:00
|
|
|
User=welcomebot
|
|
|
|
Group=welcomebot
|
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|