fix service file path
This commit is contained in:
parent
b857a4ce28
commit
32f070d58b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Description=Parsifal Call
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/giga/parsifal/start.sh
|
ExecStart=%h/parsifal/start.sh
|
||||||
WorkingDirectory=/home/giga/parsifal
|
WorkingDirectory=%h/parsifal
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue