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