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