diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-19 16:40:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-19 16:47:52 +0200 |
commit | 22f21c0f3bf8e1be7d1adc13704ceac982de7420 (patch) | |
tree | eb1d037e7b8aa51fb687b64538760c94492296ca /sysusers.d | |
parent | 20fcf3aba57854ba213d150e857b27e3b156cf78 (diff) | |
download | systemd-22f21c0f3bf8e1be7d1adc13704ceac982de7420.tar.gz |
sysusers: realign sysusers snippets
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd-remote.conf | 6 | ||||
-rw-r--r-- | sysusers.d/systemd.conf | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf index c03b862698..15969e9a97 100644 --- a/sysusers.d/systemd-remote.conf +++ b/sysusers.d/systemd-remote.conf @@ -5,6 +5,6 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -u systemd-journal-gateway - "systemd Journal Gateway" -u systemd-journal-remote - "systemd Journal Remote" -u systemd-journal-upload - "systemd Journal Upload" +u systemd-journal-gateway - "systemd Journal Gateway" +u systemd-journal-remote - "systemd Journal Remote" +u systemd-journal-upload - "systemd Journal Upload" diff --git a/sysusers.d/systemd.conf b/sysusers.d/systemd.conf index 2dd427411f..95437b8544 100644 --- a/sysusers.d/systemd.conf +++ b/sysusers.d/systemd.conf @@ -5,8 +5,8 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. -g systemd-journal - - -u systemd-bus-proxy - "systemd Bus Proxy" -u systemd-network - "systemd Network Management" -u systemd-resolve - "systemd Resolver" -u systemd-timesync - "systemd Time Synchronization" +g systemd-journal - - +u systemd-bus-proxy - "systemd Bus Proxy" +u systemd-network - "systemd Network Management" +u systemd-resolve - "systemd Resolver" +u systemd-timesync - "systemd Time Synchronization" |