🔨 Changes startup type to system (#5)

This commit is contained in:
Franck Nijhof 2019-03-20 13:30:35 +01:00 committed by Paul Sinclair
parent 8a0fb37a04
commit 057c1f2985

View file

@ -4,7 +4,7 @@
"slug": "chrony", "slug": "chrony",
"description": "chrony NTP Server", "description": "chrony NTP Server",
"url": "https://github.com/hassio-addons/addon-chrony", "url": "https://github.com/hassio-addons/addon-chrony",
"startup": "application", "startup": "system",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
@ -19,7 +19,7 @@
"privileged": [ "privileged": [
"SYS_TIME" "SYS_TIME"
], ],
"ports": { "ports": {
"123/udp": 123 "123/udp": 123
}, },
"options": { "options": {