Blob Blame History Raw
# --*- conf -*--
[Unit]
Description = Agent to relay DHCP messages between two networks
After = syslog.target

[Service]
Type = simple
ExecStart = /usr/sbin/dhcp-fwd -n -c /etc/dhcp-fwd.conf
Restart = on-failure

[Install]
WantedBy = multi-user.target