aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:46:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:46:54 -0700
commit37c8017ed1249b4e34634b7df691b82f62e6361b (patch)
tree7b15e3a01782b43995c0a50a89a9119300c4b033 /src/util.lisp
parentcbe56ebc323afa15d5aa2e1f918e01d660c6f322 (diff)
downloadconsfigurator-37c8017ed1249b4e34634b7df691b82f62e6361b.tar.gz
rename SYSTEMD-{-USER -> USER-INSTANCE-ARGS} & stop using &rest
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
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."