]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-privatetmp-yes.service
sd-dhcp-lease: expose load/save functions
[thirdparty/systemd.git] / test / exec-privatetmp-yes.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for PrivateTmp=yes
3
4[Service]
5ExecStart=/bin/sh -c 'exit $(test ! -f /tmp/test-exec_privatetmp)'
6Type=oneshot
7PrivateTmp=yes