mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-18 17:47:17 +00:00
9 lines
217 B
Desktop File
9 lines
217 B
Desktop File
[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
|