From d41bbcb11bb133fb0c76cee34b36df1bd3c74ed9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 17 Jul 2025 09:59:33 +0300 Subject: [PATCH] aminda-nocron-reboot.service: add ident for firewalld --- etc/systemd/system/aminda-nocron-reboot.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index 7c199575..73a2574f 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -47,6 +47,8 @@ ExecStart=-firewall-cmd --add-service=mdns --permanent ExecStart=-firewall-cmd --add-service=mdns --permanent --zone=home ExecStart=-firewall-cmd --add-service=kdeconnect --permanent ExecStart=-firewall-cmd --add-service=kdeconnect --permanent --zone=home +ExecStart=-firewall-cmd --add-service=ident --permanent +ExecStart=-firewall-cmd --add-service=ident --permanent --zone=home ExecStart=-firewall-cmd --permanent --add-port=9001/udp ExecStart=-firewall-cmd --permanent --add-port=9001/udp --zone=home ExecStart=-firewall-cmd --permanent --add-port=6771/udp