]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-23.units/testsuite-23-joins-namespace-of-6.service
Merge pull request #30844 from keszybz/rename-uid-alloc-range
[thirdparty/systemd.git] / test / testsuite-23.units / testsuite-23-joins-namespace-of-6.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 JoinsNamespaceOf=testsuite-23-joins-namespace-of-8.service
4
5 [Service]
6 Type=notify
7 NotifyAccess=all
8 MountAPIVFS=yes
9 PrivateTmp=yes
10 ExecStart=bash -c 'touch /tmp/shared-private-file-x && systemd-notify --ready && sleep infinity'