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

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