aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 080a7af..22e5b02 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -699,6 +699,14 @@
#:mod-enabled
#:conf-enabled))
+(defpackage :consfigurator.property.systemd
+ (:use #:cl #:consfigurator)
+ (:export #:started
+ #:stopped
+ #:enabled
+ #:disabled
+ #:masked))
+
(defpackage :consfigurator.connection.local
(:use #:cl #:consfigurator #:alexandria)
(:export #:local-connection))