blob: 6a8a3fc319387d8eb70cbca08553808bfad029c6 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for PrivateTmp=no
[Service]
ExecStart=/bin/sh -x -c 'test -f /tmp/test-exec_privatetmp'
Type=oneshot
PrivateTmp=no
|