11 lines
244 B
Desktop File
Executable file
11 lines
244 B
Desktop File
Executable file
[Unit]
|
|
Description=Modify net.netfilter.nf_conntrack_max after loading nftables
|
|
Requires=nftables.service
|
|
After=nftables.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/sysctl-modify-parameters.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|