From 895a577b7ebf2a7f049c576d19778718b12fdfa8 Mon Sep 17 00:00:00 2001 From: paspo Date: Sun, 18 Nov 2018 21:34:18 +0100 Subject: [PATCH] added other arch --- upsmon/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +}