systemd/test/test-execute/exec-group-nogroup.service
2017-12-14 23:22:02 +01:00

8 lines
130 B
Desktop File

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