systemd/test/test-execute/exec-group.service
2015-11-18 10:25:59 +01:00

8 lines
128 B
Desktop File

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