# # clatd service file for systemd # # Install it to: /etc/systemd/system/clatd@.service # Start it with: systemctl start clatd@iface.service # Stop it with: systemctl stop clatd@iface.service # # This is to dynamicaly enable and disable the clat depending on the # connected network. # # Written by Tore Anderson # Updated by satanist # [Unit] Description=464XLAT CLAT daemon Documentation=man:clatd(8) Wants=network-online.target After=network-online.target After=nss-lookup.target StartLimitIntervalSec=0 [Service] Type=simple ExecStart=/usr/sbin/clatd -c /etc/clatd/%i.conf [Install] WantedBy=multi-user.target