]> git.proxmox.com Git - systemd.git/blob - sysusers.d/systemd.conf.in
New upstream version 249~rc1
[systemd.git] / sysusers.d / systemd.conf.in
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 g systemd-journal - -
9 {% if ENABLE_NETWORKD %}
10 u systemd-network - "systemd Network Management"
11 {% endif %}
12 {% if ENABLE_OOMD %}
13 u systemd-oom - "systemd Userspace OOM Killer"
14 {% endif %}
15 {% if ENABLE_RESOLVE %}
16 u systemd-resolve - "systemd Resolver"
17 {% endif %}
18 {% if ENABLE_TIMESYNCD %}
19 u systemd-timesync - "systemd Time Synchronization"
20 {% endif %}
21 {% if ENABLE_COREDUMP %}
22 u systemd-coredump - "systemd Core Dumper"
23 {% endif %}