aboutsummaryrefslogtreecommitdiff
path: root/src/property/lxc.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:25:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:25:36 -0700
commit0b49681223007ebc36930580febcbecb8319e67e (patch)
tree44aa0739b039888d8ae8f5dcb06323ca8c2f95b8 /src/property/lxc.lisp
parentbd23befbf3cc28a52b7ea3bb4919dd8dcc897634 (diff)
downloadconsfigurator-0b49681223007ebc36930580febcbecb8319e67e.tar.gz
basic systemd properties: &optional -> &key for user instance param
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/lxc.lisp')
-rw-r--r--src/property/lxc.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/lxc.lisp b/src/property/lxc.lisp
index 20fd3da..19b2c2d 100644
--- a/src/property/lxc.lisp
+++ b/src/property/lxc.lisp
@@ -89,7 +89,7 @@ is ~/.config."
"[Install]"
"WantedBy=default.target"))
- (systemd:enabled "lxc-autostart" t)))
+ (systemd:enabled "lxc-autostart" :user-instance t)))
(defprop usernet-veth-usable-by :posix
(user &optional (interface "lxcbr0") (count 10))