Control: tags -1 + patch Attaching systemd unit; should work equivalently to the SysV service, didn't really try it all that much though.
[Unit] Description=Daemon that replies to any ARP requests Documentation=man:farpd(8) Requires=network-online.target After=network-online.target
[Service]
Environment=NETWORK=unconfigured DODTIME=1
EnvironmentFile=/etc/default/farpd
ExecStart=/bin/sh -c 'exec /usr/sbin/farpd ${INTERFACE:+-i $INTERFACE} $NETWORK'
PIDFile=/var/run/farpd.pid
Type=forking
[Install]
WantedBy=multi-user.target
signature.asc
Description: PGP signature

