blob: ded8d5512636cbe4ac3cc0c919c9a862c8bb7a26 (
plain)
1
2
3
4
5
6
7
|
[Unit]
Description=Test for PrivateNetwork
[Service]
ExecStart=/bin/sh -x -c '! ip link | grep ": " | grep -Ev ": (lo|(sit0|ip6tnl0|ip6gre0)@.*):"'
Type=oneshot
PrivateNetwork=yes
|