Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-44
/
.
/
test
/
test-execute
/
exec-dynamicuser-supplementarygroups.service
blob: a47b7fab78166afba75d1ef4b71fe4d5d7f86734 [
file
] [
log
] [
blame
] [
raw
]
[
Unit
]
Description
=
Test
DynamicUser
with
SupplementaryGroups
=
[
Service
]
ExecStart
=
/bin/
sh
-
x
-
c
'test "$$(id -G | cut -d " " --complement -f 1)" = "1 2 3"'
Type
=
oneshot
DynamicUser
=
yes
SupplementaryGroups
=
1
2
3