blob: 47f0452919ec98b1d5641e03651cd5065d31c231 (
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=bash -c 'touch /tmp/shared-private-file && systemd-notify --ready && sleep infinity'
|