blob: 59001a62509858246c61cc1c0aef519a06cc6960 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Biboumi, XMPP to IRC gateway
After=network.target
[Service]
Type=notify
ExecStart=/usr/bin/biboumi /etc/biboumi/biboumi.cfg
ExecReload=/bin/kill -s USR1 $MAINPID
WatchdogSec=10
Restart=always
User=nobody
Group=nobody
[Install]
WantedBy=multi-user.target
|