aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-23 14:11:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-23 14:35:11 -0700
commit2511ef04b3f5a2be6a87e46e4762aa33e1c8f937 (patch)
tree097bd489346751dc1d91013b73c3eb40bf5c8693 /src/property
parente3fbac3fae6a1c36e3e8ef9621ca842940141a43 (diff)
downloadconsfigurator-2511ef04b3f5a2be6a87e46e4762aa33e1c8f937.tar.gz
APT:UNATTENDED-UPGRADES: ensure cron daemon is installed
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/apt.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index ab976e0..22ff04b 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -182,7 +182,7 @@ only upgrade Debian stable."
(reconfigured
"unattended-upgrades"
'("unattended-upgrades/enable_auto_updates" "boolean" "true")))
- (service:running "cron")
+ (service-installed-running "cron")
(desc "unattended-upgrades will mail root"
(file:contains-lines "/etc/apt/apt.conf.d/50unattended-upgrades"
"Unattended-Upgrade::Mail \"root\";"))