summaryrefslogtreecommitdiff
path: root/gus.service
blob: adf25599c215b4fff8b394ceecb562d12e1c168b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=zood
After=network.target

[Service]
User=root
Type=simple
ExecStart=/usr/bin/gus --daemon --no-gui --config /etc/gus/gus.text
Restart=always
RestartSec=5s
KillMode=process

[Install]
WantedBy=multi-user.target