]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-privatetmp-no.service
Merge pull request #1060 from poettering/resolved-man-2
[thirdparty/systemd.git] / test / exec-privatetmp-no.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for PrivateTmp=no
3
4[Service]
5ExecStart=/bin/sh -c 'exit $(test -f /tmp/test-exec_privatetmp)'
6Type=oneshot
7PrivateTmp=no