From 4dc92874fdf17829b78797642c9320c7a044ea64 Mon Sep 17 00:00:00 2001 From: Ondrej Zara Date: Fri, 26 Apr 2019 10:57:06 +0200 Subject: [PATCH] systemd absolute exec --- misc/cyp.service.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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