diff --git a/upsmon/config.json b/upsmon/config.json index dbe8f52..8ce91dc 100644 --- a/upsmon/config.json +++ b/upsmon/config.json @@ -6,6 +6,12 @@ "description": "Connect to a remote NUT server", "startup": "before", "boot": "auto", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], "options": { "credentials": { "user": "monuser", @@ -28,4 +34,4 @@ }, "delay": "int" } -} \ No newline at end of file +}