blob: a0ff403986fa1c9c483f075eaab2063ecf67d7af (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
JoinsNamespaceOf=TEST-23-UNIT-FILE-joins-namespace-of-5.service
[Service]
Type=notify
NotifyAccess=all
MountAPIVFS=yes
PrivateTmp=yes
ExecStart=bash -c 'touch /tmp/shared-private-file && systemd-notify --ready && sleep infinity'
|