]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-privatetmp-disabled-by-prefix.service
bpf: fix SPDX short identifier for LGPL-2.1-or-later
[thirdparty/systemd.git] / test / test-execute / exec-privatetmp-disabled-by-prefix.service
1 [Unit]
2 Description=Test for PrivateTmp=yes with prefix
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'test ! -f /tmp/test-exec_privatetmp'
6 ExecStart=+/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
7 Type=oneshot
8 PrivateTmp=yes