mirror of
https://github.com/azlux/nft-dns.git
synced 2024-11-21 12:56:09 +00:00
13 lines
249 B
Desktop File
13 lines
249 B
Desktop File
[Unit]
|
|
Description=NFTABLES DNS support
|
|
DefaultDependencies=no
|
|
After=nftables.service network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/nft-dns/nft-dns.py
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |