summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-group-nfsnobody.service
blob: a1e59c5d1157edf3b7042478365af7f171dd10d2 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for Group

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