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