mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
ac40081621
To avoid polluting test/
8 lines
145 B
Desktop File
8 lines
145 B
Desktop File
[Unit]
|
|
Description=Test for PrivateTmp=no
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'exit $(test -f /tmp/test-exec_privatetmp)'
|
|
Type=oneshot
|
|
PrivateTmp=no
|