From b35aafd1643f0b7b518220a961e17563bfa7d1c4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 7 Dec 2021 13:07:49 -0700 Subject: CRON:RUNS-CONSFIGURATOR: make unapplicable Signed-off-by: Sean Whitton --- src/property/cron.lisp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/property/cron.lisp') diff --git a/src/property/cron.lisp b/src/property/cron.lisp index 011a7b6..2b081dc 100644 --- a/src/property/cron.lisp +++ b/src/property/cron.lisp @@ -105,10 +105,12 @@ HOSTDEPLOY etc. You may wish to apply this property within ESEQPROPS-UNTIL; see the docstring of IMAGE-DUMPED." - (image-dumped) - (nice-system-job - "consfigurator" when "root" - "${XDG_CACHE_HOME:-$HOME/.cache}/consfigurator/images/latest")) + (with-unapply + (image-dumped) + (nice-system-job + "consfigurator" when "root" + "${XDG_CACHE_HOME:-$HOME/.cache}/consfigurator/images/latest") + :unapply (unapply (system-job "consfigurator" when "" "")))) (defprop user-crontab :posix (env &rest jobs) "Set the contents of the current user's crontab. ENV is like the ENV argument -- cgit v1.2.3