mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
e327272d79
Fixes #10934.
8 lines
227 B
Desktop File
8 lines
227 B
Desktop File
[Unit]
|
|
Description=Test for PrivateNetwork
|
|
|
|
[Service]
|
|
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@.*):"'
|
|
Type=oneshot
|
|
PrivateNetwork=yes
|