summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-privatenetwork-yes.service
blob: 3df543ec93c19cd258efc92765f8f20421ef51b5 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for PrivateNetwork

[Service]
ExecStart=/bin/sh -x -c 'i=$$(ip link | grep ": " | grep -v ": lo:"); test -z "$$i"'
Type=oneshot
PrivateNetwork=yes