]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-privatenetwork-yes.service
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / test / test-execute / exec-privatenetwork-yes.service
1 [Unit]
2 Description=Test for PrivateNetwork
3
4 [Service]
5 ExecStart=/bin/sh -x -c '! ip link | grep -E "^[0-9]+: " | grep -Ev ": (lo|(erspan|gre|gretap|ip_vti|ip6_vti|ip6gre|ip6tnl|sit|tunl)0@.*):"'
6 Type=oneshot
7 PrivateNetwork=yes