[Lunar-commits] <lunar-iso> Adding default systemd users and groups

Stefan Wold ratler at lunar-linux.org
Sun Sep 7 21:51:34 CEST 2014


commit 38f7a9d0958ff7b165e215826114e76158f0bab1
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 07 Sep 2014 21:50:04 +0200
URL: https://github.com/lunar-linux/lunar-iso/commit/38f7a9d0958ff7b165e215826114e76158f0bab1

Adding default systemd users and groups
---
  template/etc/group  | +5/-0     
  template/etc/passwd | +5/-0     
  2 files changed, 10 insertions(+)

--- a/template/etc/group
+++ b/template/etc/group
@@ -30,3 +30,8 @@ dialout:x:27:
 wheel:x:30:
 users:x:100:
 nogroup:x:65534:
+systemd-journal-gateway:x:996:
+systemd-bus-proxy:x:995:
+systemd-network:x:994:
+systemd-resolve:x:993:
+systemd-timesync:x:992:
--- a/template/etc/passwd
+++ b/template/etc/passwd
@@ -14,3 +14,8 @@ vcsa:x:13:13::/dev:/bin/false
 sshd:x:14:14::/var/empty:/bin/false
 games:x:25:25:games:/usr/games:/bin/false
 nobody:x:65534:65534:nobody:/home:/bin/false
+systemd-journal-gateway:x:996:996:systemd Journal Gateway:/:/sbin/nologin
+systemd-bus-proxy:x:995:995:systemd Bus Proxy:/:/sbin/nologin
+systemd-network:x:994:994:systemd Network Management:/:/sbin/nologin
+systemd-resolve:x:993:993:systemd Resolver:/:/sbin/nologin
+systemd-timesync:x:992:992:systemd Time Synchronization:/:/sbin/nologin




More information about the Lunar-commits mailing list