Of git, get, and gud
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=KVM network %i Requires=libvirtd.service After=libvirtd.service [Service] Type=oneshot ExecStart=/usr/local/bin/kvmhelper -q net-start %i ExecStop=/usr/local/bin/kvmhelper -q net-stop %i RemainAfterExit=yes TimeoutStartSec=10s TimeoutStopSec=10s [Install] WantedBy=multi-user.target