Compare commits
No commits in common. "9bfb948e5ce5c19fb6b765a73df71b40dadbb3a1" and "10da3e93c799782cca7cc7477c02722c673a315b" have entirely different histories.
9bfb948e5c
...
10da3e93c7
@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-03-25 - 1.8.0 - feat(core)
|
||||||
Enhance SNMP module and interactive CLI setup for UPS shutdown
|
Enhance SNMP module and interactive CLI setup for UPS shutdown
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/nupst",
|
"name": "@serve.zone/nupst",
|
||||||
"version": "1.8.1",
|
"version": "1.8.0",
|
||||||
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
|
"description": "Node.js UPS Shutdown Tool for SNMP-enabled UPS devices",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/nupst',
|
name: '@serve.zone/nupst',
|
||||||
version: '1.8.1',
|
version: '1.8.0',
|
||||||
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ Description=Node.js UPS Shutdown Tool
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/opt/nupst/bin/nupst daemon-start
|
ExecStart=/usr/bin/nupst daemon-start
|
||||||
Restart=always
|
Restart=always
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user