We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbec31e commit 8ec60f0Copy full SHA for 8ec60f0
README.md
@@ -6,6 +6,8 @@ Native implementation of the sd-daemon subset of libsystemd. Providing socket ac
6
7
```javascript
8
var sd = require('systemd-daemon');
9
+/* Enable watchdog reporting if required by the unit file.
10
+ Use sd.watchdog.stop() once you shutdown your app. */
11
sd.watchdog.start();
12
13
/* Listen on systemd socket if available, else port 3000 */
0 commit comments