1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00
systemd/test/test-execute/exec-privatenetwork-yes.service

7 lines
163 B
SYSTEMD
Raw Normal View History

[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