summaryrefslogtreecommitdiff
path: root/debian/bitz-server.service
blob: c81ddbd52e73a8d7cfc1776c43a0da51b3a43354 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=bitz ICAP server
After=network.target

[Service]
Type=simple
ExecStart=/usr/sbin/bitz-server /etc/bitz/bitz-server.conf
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target