summaryrefslogtreecommitdiffstats
path: root/test/testsuite-23.units/testsuite-23-joins-namespace-of-4.service
blob: 5e823a177810b8432771f7e7182cf1ec2bb127cb (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
JoinsNamespaceOf=testsuite-23-joins-namespace-of-5.service

[Service]
Type=notify
NotifyAccess=all
MountAPIVFS=yes
PrivateTmp=yes
ExecStart=/bin/bash -c 'touch /tmp/shared-private-file && systemd-notify --ready && sleep infinity'