summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-runtimedirectory-owner-nfsnobody.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-runtimedirectory-owner-nfsnobody.service')
-rw-r--r--test/test-execute/exec-runtimedirectory-owner-nfsnobody.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-execute/exec-runtimedirectory-owner-nfsnobody.service b/test/test-execute/exec-runtimedirectory-owner-nfsnobody.service
new file mode 100644
index 0000000..79bebc4
--- /dev/null
+++ b/test/test-execute/exec-runtimedirectory-owner-nfsnobody.service
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is set)
+
+[Service]
+ExecStart=/bin/sh -x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner); test "$$group" = "nfsnobody"'
+Type=oneshot
+Group=nfsnobody
+User=root
+RuntimeDirectory=test-exec_runtimedirectory-owner