mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
9 lines
217 B
SYSTEMD
9 lines
217 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for PrivateTmp=yes with prefix
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -x -c 'test ! -f /tmp/test-exec_privatetmp'
|
||
|
ExecStart=+/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
|
||
|
Type=oneshot
|
||
|
PrivateTmp=yes
|