summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-supplementarygroups-single-group.service
blob: ee502b3d3773d816a0513cd39253d79cd4c9a3db (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Test for Supplementary Group with only one group

[Service]
ExecStart=/bin/sh -x -c 'test "$$(id -G)" = "1" && test "$$(id -g)" = "1" && test "$$(id -u)" = "0"'
Type=oneshot
Group=1
SupplementaryGroups=1