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/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index f480df6..3fa3e78 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -164,7 +164,7 @@ supported." (doplist (k v plist args) (push (strcat "--" (string-downcase (symbol-name k)) "=" v) args))) -(defun systemd--user (&rest args) +(defun systemd-user-instance-args (args) "Where ARGS are args to RUN or MRUN for an invocation of a systemd command which can take \"--user\", insert the \"--user\" parameter, and modify or insert an :ENV parameter so that the call is more likely to succeed." -- cgit v1.2.3