Completes the naming separation: nftables table, rules file, dnsmasq config, resolved config, systemd unit, sudoers rule, and temp files now all use the wild-central name.
10 lines
232 B
Desktop File
10 lines
232 B
Desktop File
[Unit]
|
|
Description=Apply Wild Central nftables rules
|
|
Documentation=https://mywildcloud.org
|
|
After=network.target nftables.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/nft -f /etc/nftables.d/wild-central.nft
|
|
RemainAfterExit=no
|