From f7cf9fda065a2d3903292a3a9be1f85cccc9ae6b Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 18 Mar 2022 19:55:18 -0400 Subject: [PATCH] fix(units): correct nodejs executable path in striker-ui-api service --- units/striker-ui-api.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/striker-ui-api.service b/units/striker-ui-api.service index 1b6df69a..4c7d15f6 100644 --- a/units/striker-ui-api.service +++ b/units/striker-ui-api.service @@ -7,7 +7,7 @@ Type=simple # Run as apache to allow the API to access apache-owned locations; i.e., /mnt/shared. User=apache Group=apache -ExecStart=/usr/sbin/nodejs /usr/share/striker-ui-api/index.js +ExecStart=/usr/bin/node /usr/share/striker-ui-api/index.js ExecStop=/bin/kill -WINCH ${MAINPID} Restart=always