nextcloudpi/etc/ncp-config.d/unattended-upgrades.cfg
2019-01-04 18:14:52 -07:00

23 lines
449 B
INI

{
"id": "unattended-upgrades",
"name": "Unattended-upgrades",
"title": "unattended-upgrades",
"description": "Automatic installation of security updates. Keep your cloud safe",
"info": "",
"infotitle": "",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "yes",
"type": "bool"
},
{
"id": "AUTOREBOOT",
"name": "Autoreboot",
"value": "yes",
"type": "bool"
}
]
}