1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00
systemd/test/exec-privatenetwork-yes.service
2015-10-31 15:07:19 +01:00

7 lines
163 B
Desktop File

[Unit]
Description=Test for PrivateNetwork
[Service]
ExecStart=/bin/sh -c 'i=$(ip link | grep ": " | grep -v lo); echo $i; exit $(test -z $i)'
PrivateNetwork=yes