]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-privatenetwork-yes.service
tmpfiles: make truncate_file() safe
[thirdparty/systemd.git] / test / test-execute / exec-privatenetwork-yes.service
CommitLineData
63447f11
RC
1[Unit]
2Description=Test for PrivateNetwork
3
4[Service]
6b08180c 5ExecStart=/bin/sh -x -c '! ip link | grep ": " | grep -Ev ": (lo|sit0@.*):"'
cdaf5070 6Type=oneshot
63447f11 7PrivateNetwork=yes