fix(systemd): Update ExecStart in systemd service template to use /opt/nupst/bin/nupst for daemon startup
This commit is contained in:
parent
10da3e93c7
commit
f5988dcd07
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-25 - 1.8.1 - fix(systemd)
|
||||
Update ExecStart in systemd service template to use /opt/nupst/bin/nupst for daemon startup
|
||||
|
||||
- Changed ExecStart from '/usr/bin/nupst daemon-start' to '/opt/nupst/bin/nupst daemon-start' in the systemd service file
|
||||
- Ensures the service uses the correct binary installation path
|
||||
|
||||
## 2025-03-25 - 1.8.0 - feat(core)
|
||||
Enhance SNMP module and interactive CLI setup for UPS shutdown
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/nupst',
|
||||
version: '1.8.0',
|
||||
version: '1.8.1',
|
||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user