hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-privatenetwork-yes-privatemounts-yes.service
blobeb48d6e0c56a61934a115401cf4c7fb7f6bcce0e
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for PrivateNetwork= with mount namespacing
5 [Service]
6 ExecStart=sh -x -c '! ip link show dummy-test-exec'
7 ExecStart=sh -x -c 'test ! -e /proc/sys/net/ipv4/conf/dummy-test-exec'
8 # With mount namespacing, we cannot access the dummy-test-exec interface through sysfs.
9 ExecStart=sh -x -c 'test ! -e /sys/class/net/dummy-test-exec'
10 Type=oneshot
11 PrivateNetwork=yes
12 # PrivateNetwork=yes implies PrivateMounts=yes