fix(units): correct nodejs executable path in striker-ui-api service

main
Tsu-ba-me 3 years ago
parent 30302410ad
commit f7cf9fda06
  1. 2
      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. # Run as apache to allow the API to access apache-owned locations; i.e., /mnt/shared.
User=apache User=apache
Group=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} ExecStop=/bin/kill -WINCH ${MAINPID}
Restart=always Restart=always

Loading…
Cancel
Save