systemd: added groups kvm, render

they need to exist according to the README of systemd
This commit is contained in:
Eric Wolf 2018-08-15 22:10:31 +02:00 committed by Tuomas Tynkkynen
parent 24cb9ddfc0
commit 7f8b1dd32f
2 changed files with 6 additions and 0 deletions

View file

@ -524,6 +524,8 @@ in {
utmp.gid = ids.gids.utmp;
adm.gid = ids.gids.adm;
input.gid = ids.gids.input;
kvm.gid = ids.gids.kvm;
render.gid = ids.gids.render;
};
system.activationScripts.users = stringAfter [ "stdio" ]

View file

@ -326,6 +326,8 @@
cfssl = 299;
cassandra = 300;
qemu-libvirtd = 301;
# kvm = 302; # unused
# render = 303; # unused
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
@ -612,6 +614,8 @@
cfssl = 299;
cassandra = 300;
qemu-libvirtd = 301;
kvm = 302; # default udev rules from systemd requires these
render = 303; # default udev rules from systemd requires these
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal