summarylogtreecommitdiffstats
path: root/watchghost.service
blob: 1d01d4e7ad6509cc1826ea64f9cd4af0d14cd1dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Watchghost daemon
After=network.target

[Service]
Type=simple
User=watchghost
Group=watchghost
ExecStart=/usr/bin/watchghost-server.py --config=/etc/watchghost

[Install]
WantedBy=multi-user.target