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
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/giga/parsifal/start.sh
|
||||
WorkingDirectory=/home/giga/parsifal
|
||||
ExecStart=%h/parsifal/start.sh
|
||||
WorkingDirectory=%h/parsifal
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue