daemon always uses /etc/gus/
This commit is contained in:
parent
3869dc8c24
commit
0172b902ed
|
@ -5,7 +5,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/gus --daemon --no-gui
|
ExecStart=/usr/bin/gus --daemon --no-gui --config /etc/gus/gus.text
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
Loading…
Reference in New Issue