p3x-systemd-manager 2024.4.121 → 2024.10.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +26 -10
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # ⌚ SystemD Manager, watchdog, notifier and service v2024.4.121
9
+ # ⌚ SystemD Manager, watchdog, notifier and service v2024.10.104
10
10
 
11
11
 
12
12
 
@@ -20,7 +20,7 @@
20
20
  ### Built on NodeJs version
21
21
 
22
22
  ```txt
23
- v22.1.0
23
+ v22.12.0
24
24
  ```
25
25
 
26
26
 
@@ -144,17 +144,30 @@ For SystemD DBus notifier you need to use root anyway. I think it cannot do anyt
144
144
  system, also it's internal, no web interface for now.
145
145
 
146
146
  ```json
147
+ {
147
148
  {
148
149
  "debug": false,
149
150
  "filter": {
150
151
  "type": [
151
152
  "service"
152
153
  ],
153
- "exclude": [],
154
+ "exclude": [
155
+ "fwupd-refresh",
156
+ "sysstat-collect",
157
+ "systemd-tmpfiles-clean",
158
+ "ua-timer",
159
+ "phpsessionclean"
160
+ ],
154
161
  "include": [],
155
162
  "trigger": {
156
163
  "SubState": [
157
- "failed"
164
+ "start-pre",
165
+ "start-post",
166
+ "stop-pre",
167
+ "stop-post",
168
+ "dead",
169
+ "failed",
170
+ "reload"
158
171
  ]
159
172
  }
160
173
  },
@@ -162,7 +175,14 @@ system, also it's internal, no web interface for now.
162
175
  "enabled": true,
163
176
  "trigger": {
164
177
  "SubState": [
165
- "failed"
178
+ "running",
179
+ "start-pre",
180
+ "start-post",
181
+ "stop-pre",
182
+ "stop-post",
183
+ "dead",
184
+ "failed",
185
+ "reload"
166
186
  ]
167
187
  }
168
188
  },
@@ -172,16 +192,12 @@ system, also it's internal, no web interface for now.
172
192
  "address": "unix:path=/run/dbus/system_bus_socket",
173
193
  "display": ":0"
174
194
  },
175
-
176
195
  "interval": "watchdog only",
177
196
  "interval": "10 seconds",
178
-
179
197
  "ping": "watchdog only",
180
198
  "ping": "2 hours",
181
-
182
199
  "sudo": "watchdog only",
183
200
  "sudo": false,
184
-
185
201
  "email": {
186
202
  "to": "system@localhost",
187
203
  "from": "system@localhost"
@@ -257,7 +273,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
257
273
  ---
258
274
 
259
275
 
260
- [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2024.4.121
276
+ [**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2024.10.104
261
277
 
262
278
  [![NPM](https://img.shields.io/npm/v/p3x-systemd-manager.svg)](https://www.npmjs.com/package/p3x-systemd-manager) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
263
279
 
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "publish": true,
6
6
  "type": "p3x",
7
7
  "code": "Breaking",
8
- "nodejs": "v22.1.0",
8
+ "nodejs": "v22.12.0",
9
9
  "opencollective": false,
10
10
  "reponame": "systemd-manager",
11
11
  "build": true
12
12
  },
13
- "version": "2024.4.121",
13
+ "version": "2024.10.104",
14
14
  "description": "⌚ SystemD Manager, watchdog, notifier and service",
15
15
  "main": "index.js",
16
16
  "saved-dependencies": {
@@ -19,16 +19,16 @@
19
19
  "fix-repo": "git+https://github.com/p3x-robot/node-dbus.git"
20
20
  },
21
21
  "dependencies": {
22
- "corifeus-utils": "^2024.4.123",
22
+ "corifeus-utils": "^2024.10.126",
23
23
  "dbus": "^1.0.7",
24
24
  "lodash": "^4.17.21",
25
25
  "millisecond": "^0.1.2",
26
26
  "moment": "^2.30.1",
27
- "nan": "^2.19.0",
28
- "nodemailer": "^6.9.13"
27
+ "nan": "^2.22.0",
28
+ "nodemailer": "^6.9.16"
29
29
  },
30
30
  "devDependencies": {
31
- "corifeus-builder": "^2024.4.140"
31
+ "corifeus-builder": "^2024.10.111"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "grunt",