diff --git a/misc/cyp.service.template b/misc/cyp.service.template index 09de70e..8b694a6 100644 --- a/misc/cyp.service.template +++ b/misc/cyp.service.template @@ -3,7 +3,7 @@ Description=Control Your Player [Service] WorkingDirectory=$PWD -ExecStart=node . +ExecStart=/usr/bin/env node . [Install] WantedBy=default.target