From 813878a4dedb821e14c050db6a6c854ce5821ec9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Apr 2024 12:24:50 +0300 Subject: [PATCH] systemd/{iwd,systemd-networkd}.service.d: add appropiate symlinks --- etc/systemd/system/iwd.service.d/.gitignore | 3 +++ etc/systemd/system/iwd.service.d/firewalld-icmpv6.conf | 1 + etc/systemd/system/iwd.service.d/never-fail.conf | 1 + etc/systemd/system/iwd.service.d/restore-ipv6.conf | 1 + etc/systemd/system/systemd-networkd.service.d/.gitignore | 4 ++++ .../system/systemd-networkd.service.d/firewalld-icmpv6.conf | 1 + .../system/systemd-networkd.service.d/restore-ipv6.conf | 1 + 7 files changed, 12 insertions(+) create mode 100644 etc/systemd/system/iwd.service.d/.gitignore create mode 120000 etc/systemd/system/iwd.service.d/firewalld-icmpv6.conf create mode 120000 etc/systemd/system/iwd.service.d/never-fail.conf create mode 120000 etc/systemd/system/iwd.service.d/restore-ipv6.conf create mode 100644 etc/systemd/system/systemd-networkd.service.d/.gitignore create mode 120000 etc/systemd/system/systemd-networkd.service.d/firewalld-icmpv6.conf create mode 120000 etc/systemd/system/systemd-networkd.service.d/restore-ipv6.conf diff --git a/etc/systemd/system/iwd.service.d/.gitignore b/etc/systemd/system/iwd.service.d/.gitignore new file mode 100644 index 00000000..17c556e1 --- /dev/null +++ b/etc/systemd/system/iwd.service.d/.gitignore @@ -0,0 +1,3 @@ +firewalld-icmpv6.conf +never-fail.conf +restore-ipv6.conf diff --git a/etc/systemd/system/iwd.service.d/firewalld-icmpv6.conf b/etc/systemd/system/iwd.service.d/firewalld-icmpv6.conf new file mode 120000 index 00000000..c78cf340 --- /dev/null +++ b/etc/systemd/system/iwd.service.d/firewalld-icmpv6.conf @@ -0,0 +1 @@ +../service.d/firewalld-icmpv6.conf \ No newline at end of file diff --git a/etc/systemd/system/iwd.service.d/never-fail.conf b/etc/systemd/system/iwd.service.d/never-fail.conf new file mode 120000 index 00000000..c721973b --- /dev/null +++ b/etc/systemd/system/iwd.service.d/never-fail.conf @@ -0,0 +1 @@ +../service.d/never-fail.conf \ No newline at end of file diff --git a/etc/systemd/system/iwd.service.d/restore-ipv6.conf b/etc/systemd/system/iwd.service.d/restore-ipv6.conf new file mode 120000 index 00000000..1578bcce --- /dev/null +++ b/etc/systemd/system/iwd.service.d/restore-ipv6.conf @@ -0,0 +1 @@ +../service.d/restore-ipv6.conf \ No newline at end of file diff --git a/etc/systemd/system/systemd-networkd.service.d/.gitignore b/etc/systemd/system/systemd-networkd.service.d/.gitignore new file mode 100644 index 00000000..8be70909 --- /dev/null +++ b/etc/systemd/system/systemd-networkd.service.d/.gitignore @@ -0,0 +1,4 @@ +firewalld-icmpv6.conf +never-fail.conf +restore-ipv6.conf +systemd-debug-log.conf diff --git a/etc/systemd/system/systemd-networkd.service.d/firewalld-icmpv6.conf b/etc/systemd/system/systemd-networkd.service.d/firewalld-icmpv6.conf new file mode 120000 index 00000000..c78cf340 --- /dev/null +++ b/etc/systemd/system/systemd-networkd.service.d/firewalld-icmpv6.conf @@ -0,0 +1 @@ +../service.d/firewalld-icmpv6.conf \ No newline at end of file diff --git a/etc/systemd/system/systemd-networkd.service.d/restore-ipv6.conf b/etc/systemd/system/systemd-networkd.service.d/restore-ipv6.conf new file mode 120000 index 00000000..1578bcce --- /dev/null +++ b/etc/systemd/system/systemd-networkd.service.d/restore-ipv6.conf @@ -0,0 +1 @@ +../service.d/restore-ipv6.conf \ No newline at end of file