blob: 8140f9428d30e3ab059189a54706e6f26143b3db (
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
Restart=always
RestartSec=5s
KillMode=process
[Install]
WantedBy=multi-user.target
|