9 lines
193 B
SYSTEMD
9 lines
193 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Refresh ASN TTL blocklist into nftables
|
||
|
|
After=network-online.target
|
||
|
|
Wants=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/sbin/update-asn-ttl-blocklist.sh
|