summaryrefslogtreecommitdiff
path: root/test/exec-privatetmp-no.service
blob: d69e552a63de41bf02ecfb581b4c58db41b64254 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for PrivateTmp=no

[Service]
ExecStart=/bin/sh -c 'exit $(test -f /tmp/test-exec_privatetmp)'
Type=oneshot
PrivateTmp=no