diff options
Diffstat (limited to 'test/exec-group.service')
-rw-r--r-- | test/exec-group.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/exec-group.service b/test/exec-group.service new file mode 100644 index 0000000000..1aa04b5bd2 --- /dev/null +++ b/test/exec-group.service @@ -0,0 +1,6 @@ +[Unit] +Description=Test for Group + +[Service] +ExecStart=/bin/sh -c 'exit $(test $(id -n -g) = nobody)' +Group=nobody |