summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-group.service
blob: be7c7969127835ffab3854906d836fa0984b8211 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for Group

[Service]
ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "nobody"'
Type=oneshot
Group=nobody