summaryrefslogtreecommitdiffstats
path: root/test/testsuite-23.units/testsuite-23-joins-namespace-of-8.service
blob: dac1cea7bdf30a766a4aeef6aa9afd65f505c57f (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later
[Service]
Type=notify
NotifyAccess=all
MountAPIVFS=yes
PrivateTmp=yes
ExecStartPre=test -e /tmp/shared-private-file-x
ExecStartPre=test -e /tmp/hoge
ExecStart=/bin/bash -c 'touch /tmp/shared-private-file-y && systemd-notify --ready && sleep infinity'