mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
8493a82d0b
To illustrate the current behavior of the dependency.
11 lines
235 B
Desktop File
11 lines
235 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
JoinsNamespaceOf=testsuite-23-joins-namespace-of-1.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
MountAPIVFS=yes
|
|
PrivateTmp=yes
|
|
ExecStart=test -e /tmp/shared-private-file
|
|
ExecStart=touch /tmp/hoge
|