mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
7 lines
163 B
SYSTEMD
7 lines
163 B
SYSTEMD
|
[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
|