fix(systemd): Update ExecStart in systemd service template to use /opt/nupst/bin/nupst for daemon startup
This commit is contained in:
@@ -17,7 +17,7 @@ Description=Node.js UPS Shutdown Tool
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nupst daemon-start
|
||||
ExecStart=/opt/nupst/bin/nupst daemon-start
|
||||
Restart=always
|
||||
User=root
|
||||
Group=root
|
||||
|
Reference in New Issue
Block a user