From 2511ef04b3f5a2be6a87e46e4762aa33e1c8f937 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 14:11:19 -0700 Subject: APT:UNATTENDED-UPGRADES: ensure cron daemon is installed Signed-off-by: Sean Whitton --- src/property/apt.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property') 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\";")) -- cgit v1.2.3