summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/00global.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 032a427..3557fac 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -3,3 +3,6 @@ $default_user = 'doy'
Package::Makepkg {
build_user => $default_user,
}
+
+include systemd
+Class["systemd"] -> Service<| |>