File: bitz-server.service

package info (click to toggle)
bitz-server 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 608 kB
  • sloc: cpp: 2,418; python: 185; makefile: 135; sh: 81
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
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