systemd: add more groups to deal with tmpfiles handling.
master
Harald Hoyer 2017-03-30 11:01:55 +02:00 committed by GitHub
commit 144a3d85d0
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ install() {
grep '^systemd-journal:' /etc/group >> "$initdir/etc/group"
grep '^wheel:' /etc/group >> "$initdir/etc/group"
grep '^adm:' /etc/group >> "$initdir/etc/group"
grep '^utmp:' /etc/group >> "$initdir/etc/group"
grep '^root:' /etc/group >> "$initdir/etc/group"

ln_r $systemdutildir/systemd "/init"
ln_r $systemdutildir/systemd "/sbin/init"