p3x-systemd-manager 2024.4.121 → 2024.10.103
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.
- package/README.md +25 -10
- 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.
|
|
9
|
+
# ⌚ SystemD Manager, watchdog, notifier and service v2024.10.103
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
### Built on NodeJs version
|
|
21
21
|
|
|
22
22
|
```txt
|
|
23
|
-
v22.
|
|
23
|
+
v22.12.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
|
|
@@ -144,17 +144,29 @@ 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
|
+
],
|
|
154
160
|
"include": [],
|
|
155
161
|
"trigger": {
|
|
156
162
|
"SubState": [
|
|
157
|
-
"
|
|
163
|
+
"start-pre",
|
|
164
|
+
"start-post",
|
|
165
|
+
"stop-pre",
|
|
166
|
+
"stop-post",
|
|
167
|
+
"dead",
|
|
168
|
+
"failed",
|
|
169
|
+
"reload"
|
|
158
170
|
]
|
|
159
171
|
}
|
|
160
172
|
},
|
|
@@ -162,7 +174,14 @@ system, also it's internal, no web interface for now.
|
|
|
162
174
|
"enabled": true,
|
|
163
175
|
"trigger": {
|
|
164
176
|
"SubState": [
|
|
165
|
-
"
|
|
177
|
+
"running",
|
|
178
|
+
"start-pre",
|
|
179
|
+
"start-post",
|
|
180
|
+
"stop-pre",
|
|
181
|
+
"stop-post",
|
|
182
|
+
"dead",
|
|
183
|
+
"failed",
|
|
184
|
+
"reload"
|
|
166
185
|
]
|
|
167
186
|
}
|
|
168
187
|
},
|
|
@@ -172,16 +191,12 @@ system, also it's internal, no web interface for now.
|
|
|
172
191
|
"address": "unix:path=/run/dbus/system_bus_socket",
|
|
173
192
|
"display": ":0"
|
|
174
193
|
},
|
|
175
|
-
|
|
176
194
|
"interval": "watchdog only",
|
|
177
195
|
"interval": "10 seconds",
|
|
178
|
-
|
|
179
196
|
"ping": "watchdog only",
|
|
180
197
|
"ping": "2 hours",
|
|
181
|
-
|
|
182
198
|
"sudo": "watchdog only",
|
|
183
199
|
"sudo": false,
|
|
184
|
-
|
|
185
200
|
"email": {
|
|
186
201
|
"to": "system@localhost",
|
|
187
202
|
"from": "system@localhost"
|
|
@@ -257,7 +272,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
|
|
|
257
272
|
---
|
|
258
273
|
|
|
259
274
|
|
|
260
|
-
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2024.
|
|
275
|
+
[**P3X-SYSTEMD-MANAGER**](https://corifeus.com/systemd-manager) Build v2024.10.103
|
|
261
276
|
|
|
262
277
|
[](https://www.npmjs.com/package/p3x-systemd-manager) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
263
278
|
|
package/package.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"publish": true,
|
|
6
6
|
"type": "p3x",
|
|
7
7
|
"code": "Breaking",
|
|
8
|
-
"nodejs": "v22.
|
|
8
|
+
"nodejs": "v22.12.0",
|
|
9
9
|
"opencollective": false,
|
|
10
10
|
"reponame": "systemd-manager",
|
|
11
11
|
"build": true
|
|
12
12
|
},
|
|
13
|
-
"version": "2024.
|
|
13
|
+
"version": "2024.10.103",
|
|
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.
|
|
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.
|
|
28
|
-
"nodemailer": "^6.9.
|
|
27
|
+
"nan": "^2.22.0",
|
|
28
|
+
"nodemailer": "^6.9.16"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"corifeus-builder": "^2024.
|
|
31
|
+
"corifeus-builder": "^2024.10.111"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"test": "grunt",
|