10 lines
230 B
Desktop File
10 lines
230 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-cloud.nft
|
|
RemainAfterExit=no
|