summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-dynamicuser-supplementarygroups.service
blob: a47b7fab78166afba75d1ef4b71fe4d5d7f86734 (plain)
1
2
3
4
5
6
7
8
[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