Skip to main content
Notes by Peter Galonza(Пётр Галонза)
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Kaspersky

Troubleshooting

KFL problems on Arch Linux

Problem with docker network

[Unit]
Description=Run setup_host_firewall.sh
PartOf=docker.service
After=docker.service

[Service]
Type=oneshot
ExecStart=iptables -t raw -I PREROUTING -i lo -j ACCEPT
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

Problem with suspend

sudo chmod -x /usr/lib/systemd/system-sleep/kfl_hook.sh
[Unit]
Before=sleep.target
StopWhenUnneeded=yes
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/opt/kaspersky/kfl/bin/kfl-control --stop-task 1
ExecStop=-/opt/kaspersky/kfl/bin/kfl-control --start-task 1
[Install]
WantedBy=sleep.target