]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-privatetmp-disabled-by-prefix.service
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
[thirdparty/systemd.git] / test / test-execute / exec-privatetmp-disabled-by-prefix.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for PrivateTmp=yes with prefix
4
5 [Service]
6 ExecStart=/bin/sh -x -c 'test ! -f /tmp/test-exec_privatetmp'
7 ExecStart=+/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
8 Type=oneshot
9 PrivateTmp=yes