]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-supplementarygroups-multiple-groups-withgid.service
test: lets add more tests to cover SupplementaryGroups= cases.
[thirdparty/systemd.git] / test / test-execute / exec-supplementarygroups-multiple-groups-withgid.service
1 [Unit]
2 Description=Test for Supplementary Group with multiple groups and Group=1
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'test "$$(id -G)" = "1 2 3" && test "$$(id -g)" = "1" && test "$$(id -u)" = "0"'
6 Type=oneshot
7 Group=1
8 SupplementaryGroups=1 2 3