mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
6b08180ca6
It's always visible: $ sudo modprobe sit $ sudo unshare -n ip l 1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN mode DEFAULT group default qlen 1000 ... 2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000 ...
8 lines
163 B
Desktop File
8 lines
163 B
Desktop File
[Unit]
|
|
Description=Test for PrivateNetwork
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c '! ip link | grep ": " | grep -Ev ": (lo|sit0@.*):"'
|
|
Type=oneshot
|
|
PrivateNetwork=yes
|