summaryrefslogtreecommitdiff
path: root/test/exec-privatetmp-no.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-privatetmp-no.service')
-rw-r--r--test/exec-privatetmp-no.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-privatetmp-no.service b/test/exec-privatetmp-no.service
new file mode 100644
index 0000000000..d69e552a63
--- /dev/null
+++ b/test/exec-privatetmp-no.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test for PrivateTmp=no
+
+[Service]
+ExecStart=/bin/sh -c 'exit $(test -f /tmp/test-exec_privatetmp)'
+Type=oneshot
+PrivateTmp=no