summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/etc/systemd/system/run-virt-dhcpd.service
blob: 7453e85bbc1facc4c22094863268c61d2b7bbd9d (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=DHCP server for VM NAT network
Wants=run-virt-env.service
After=run-virt-env.service

[Service]
ExecStart=/opt/openslx/sbin/udhcpd -f /opt/openslx/vmchooser/config/udhcpd-nat1.conf
Restart=on-failure
RestartSec=3