summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
Diffstat (limited to 'sysusers.d')
-rw-r--r--sysusers.d/.gitignore1
-rw-r--r--sysusers.d/systemd.conf.m4 (renamed from sysusers.d/systemd.conf)8
2 files changed, 9 insertions, 0 deletions
diff --git a/sysusers.d/.gitignore b/sysusers.d/.gitignore
index f7957a9889..bb3aaaf821 100644
--- a/sysusers.d/.gitignore
+++ b/sysusers.d/.gitignore
@@ -1 +1,2 @@
/basic.conf
+/systemd.conf
diff --git a/sysusers.d/systemd.conf b/sysusers.d/systemd.conf.m4
index 95437b8544..23175de1f5 100644
--- a/sysusers.d/systemd.conf
+++ b/sysusers.d/systemd.conf.m4
@@ -6,7 +6,15 @@
# (at your option) any later version.
g systemd-journal - -
+m4_ifdef(`ENABLE_KDBUS',
u systemd-bus-proxy - "systemd Bus Proxy"
+)m4_dnl
+m4_ifdef(`ENABLE_NETWORKD',
u systemd-network - "systemd Network Management"
+)m4_dnl
+m4_ifdef(`ENABLE_RESOLVED',
u systemd-resolve - "systemd Resolver"
+)m4_dnl
+m4_ifdef(`ENABLE_TIMESYNCD',
u systemd-timesync - "systemd Time Synchronization"
+)m4_dnl