mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-27 01:02:38 +00:00
8 lines
140 B
Desktop File
8 lines
140 B
Desktop File
[Unit]
|
|
Description=Test for PrivateTmp=no
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
|
|
Type=oneshot
|
|
PrivateTmp=no
|