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