systemd/test/test-execute/exec-group-nfsnobody.service
2016-05-22 21:34:07 +02:00

8 lines
134 B
Desktop File

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