summaryrefslogtreecommitdiff
path: root/community/bip/bip.service
blob: 520e31420d0814ea4fc584b2a94c0920d410c080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Bip IRC Proxy Server
After=network.target

[Service]
User=bip
Type=forking
PIDFile=/var/run/bip/bip.pid
ExecStart=/usr/bin/bip -f /etc/bip.conf -s /var/lib/bip

[Install]
WantedBy=multi-user.target