From e3fbac3fae6a1c36e3e8ef9621ca842940141a43 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 14:07:47 -0700 Subject: note idea about some keyword arguments for APT:UNATTENDED-UPGRADES Signed-off-by: Sean Whitton --- src/property/apt.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/property') diff --git a/src/property/apt.lisp b/src/property/apt.lisp index 4aded1d..ab976e0 100644 --- a/src/property/apt.lisp +++ b/src/property/apt.lisp @@ -169,6 +169,8 @@ EOF)) (:unapply (file:does-not-exist "/etc/apt/apt.conf.d/02periodic"))) +;; We might add keyword arguments so that the user could disable running the +;; cron daemon and configuring mailing root. (defproplist unattended-upgrades :posix () "Enable unattended upgrades. -- cgit v1.2.3