blob: f5dcc04749d894033bf215a11a598f1de663172f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "Unit users"
inherit packagegroup
# TTY root login restriction, among other things.
# Is needed for rootless containers too.
RDEPENDS:${PN}:append = " libpam"
# Add admin user.
RDEPENDS:${PN}:append = " add-user-unitexe"
# Add service user.
RDEPENDS:${PN}:append = " add-user-svc"
|