Modified according to review

This commit is contained in:
iotux
2026-01-01 09:41:24 +01:00
parent f3c554d0ec
commit 97d836d7f4
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const { MonitorType } = require("./monitor-type");
const { execFile } = require("child_process");
const process = require("process");
const { DOWN, UP } = require("../../src/util");
const { UP } = require("../../src/util");
class SystemServiceMonitorType extends MonitorType {
name = "system-service";