]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-supplementarygroups.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-supplementarygroups.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
86b838ea
DH
2[Unit]
3Description=Test for Supplementary Group
4
5[Service]
b75f0c69 6ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "%G" && HAVE=1; done; test "$$HAVE" -eq 1'
ccac6256 7ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$HAVE" -eq 1'
86b838ea
DH
8Type=oneshot
9SupplementaryGroups=1