From 37c8017ed1249b4e34634b7df691b82f62e6361b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Apr 2022 13:46:54 -0700 Subject: rename SYSTEMD-{-USER -> USER-INSTANCE-ARGS} & stop using &rest Signed-off-by: Sean Whitton --- src/property/systemd.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property') diff --git a/src/property/systemd.lisp b/src/property/systemd.lisp index d805660..6251744 100644 --- a/src/property/systemd.lisp +++ b/src/property/systemd.lisp @@ -27,7 +27,7 @@ ;;; case, so that more configuration is applicable to unbooted chroots. (defun systemctl (fn user &rest args &aux (args (cons "systemctl" args))) - (apply fn (if user (apply #'systemd--user args) args))) + (apply fn (if user (systemd-user-instance-args args) args))) (defprop daemon-reloaded :posix (&optional user) (:desc "Attempt to reload systemd manager configuration") -- cgit v1.2.3