aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 647dd5a..111be69 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -430,6 +430,7 @@
(:local-nicknames (#:os #:consfigurator.property.os)
(#:file #:consfigurator.property.file))
(:export #:no-services
+ #:no-services-p
#:running
#:restarted
#:reloaded
@@ -719,6 +720,7 @@
(:use #:cl #:alexandria #:consfigurator)
(:local-nicknames (#:os #:consfigurator.property.os)
(#:cmd #:consfigurator.property.cmd)
+ (#:service #:consfigurator.property.service)
(#:file #:consfigurator.property.file)
(#:chroot #:consfigurator.property.chroot)
(#:apt #:consfigurator.property.apt))