aboutsummaryrefslogtreecommitdiff
path: root/src/property/systemd.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/systemd.lisp')
-rw-r--r--src/property/systemd.lisp2
1 files changed, 1 insertions, 1 deletions
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")