systemd absolute exec
This commit is contained in:
parent
60bfdfec42
commit
4dc92874fd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Control Your Player
|
|||
|
||||
[Service]
|
||||
WorkingDirectory=$PWD
|
||||
ExecStart=node .
|
||||
ExecStart=/usr/bin/env node .
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue