Files
clatd/scripts/clatd@.systemd
Tore Anderson 6342488889 clatd@.systemd: sync with clatd.systemd
The following commits changed only clatd.systemd, but it makes sense to
applt them to clatd@.systemd as well.

eb27dd5 clatd.systemd: pull inn network-online.target
00fa0f3 SystemD service: ensure service starts after DNS queries (e.g. ipv4only.arpa) can be resolved.
2025-02-09 10:45:04 +01:00

29 lines
668 B
Plaintext

#
# 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 <tore@fud.no>
# Updated by satanist <satanist+fsmi@bureaucracy.de>
#
[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