mirror of
https://github.com/systemd/systemd.git
synced 2025-03-13 00:58:27 +03:00
11 lines
284 B
SYSTEMD
11 lines
284 B
SYSTEMD
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
[Unit]
|
||
|
JoinsNamespaceOf=testsuite-23-joins-namespace-of-8.service
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
NotifyAccess=all
|
||
|
MountAPIVFS=yes
|
||
|
PrivateTmp=yes
|
||
|
ExecStart=/bin/bash -c 'touch /tmp/shared-private-file-x && systemd-notify --ready && sleep infinity'
|