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