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