summaryrefslogtreecommitdiff
path: root/community/bip/bip.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/bip/bip.service')
-rw-r--r--community/bip/bip.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/bip/bip.service b/community/bip/bip.service
index 299866088..520e31420 100644
--- a/community/bip/bip.service
+++ b/community/bip/bip.service
@@ -1,13 +1,12 @@
[Unit]
Description=Bip IRC Proxy Server
After=network.target
-ConditionPathExists=/etc/bip.conf
[Service]
User=bip
Type=forking
PIDFile=/var/run/bip/bip.pid
-ExecStart=/usr/bin/bip -f /etc/bip.conf
+ExecStart=/usr/bin/bip -f /etc/bip.conf -s /var/lib/bip
[Install]
WantedBy=multi-user.target