mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 19:21:35 +00:00
🔨 Changes startup type to system (#5)
This commit is contained in:
parent
8a0fb37a04
commit
057c1f2985
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue