systemd absolute exec

This commit is contained in:
Ondrej Zara 2019-04-26 10:57:06 +02:00
parent 60bfdfec42
commit 4dc92874fd

View file

@ -3,7 +3,7 @@ Description=Control Your Player
[Service] [Service]
WorkingDirectory=$PWD WorkingDirectory=$PWD
ExecStart=node . ExecStart=/usr/bin/env node .
[Install] [Install]
WantedBy=default.target WantedBy=default.target