summaryrefslogtreecommitdiff
path: root/etc/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/systemd')
-rw-r--r--etc/systemd/network/10-cloud-init-eth0.network38
-rw-r--r--etc/systemd/network/default.network6
-rw-r--r--etc/systemd/system/acme.sh.service.d/override.conf2
-rw-r--r--etc/systemd/system/opendmarc.service.d/override.conf4
-rw-r--r--etc/systemd/system/paccache.service.d/10-remove-all.conf8
-rw-r--r--etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf9
6 files changed, 14 insertions, 53 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network
deleted file mode 100644
index 70765533..00000000
--- a/etc/systemd/network/10-cloud-init-eth0.network
+++ /dev/null
@@ -1,38 +0,0 @@
-# not fully understood
-# https://unix.stackexchange.com/q/509430/
-# man `systemd.network`
-# https://superuser.com/q/1562380
-# https://docs.netgate.com/pfsense/en/latest/network/ipv6/subnets.html
-
-[Match]
-Name=eth0
-
-[Network]
-IPv6AcceptRA=false
-
-[Address]
-Address=216.126.232.27/22
-
-[Address]
-Address=2606:a8c0:3::75f/128
-
-[Address]
-# another ipv6 address for aa wireguard+swgp into
-# not sure if it is corret, but it works
-Address=2606:a8c0:3:773::b/64
-
-[Address]
-# the last address seems is the default?
-# ...:1/64 also works, but I use ...:a/64 because crunchbits panel reverse DNS support this address
-# 2024-06-27, ...:1/64 seems doe not work any more, not sure why
-Address=2606:a8c0:3:773::a/64
-# use the following will not need GatewayOnLink=yes in [Route] section, but I'm not sure if it is correct, I'm not sure if those ips could be accessed without gateway, more see https://superuser.com/q/1562380
-#Address=2606:a8c0:3:773::a/48
-
-[Route]
-Gateway=216.126.232.1
-
-[Route]
-Gateway=2606:a8c0:3::1
-# GatewayOnLink=yes needed for 2606:a8c0:3::1 gateway, maybe because 2606:a8c0:3::1 is not in the same subnet as 2606:a8c0:3:38d::a/64? see: https://serverfault.com/q/814419
-GatewayOnLink=yes
diff --git a/etc/systemd/network/default.network b/etc/systemd/network/default.network
new file mode 100644
index 00000000..b1b56f25
--- /dev/null
+++ b/etc/systemd/network/default.network
@@ -0,0 +1,6 @@
+[Match]
+Name=eth0
+
+[Network]
+Gateway=198.176.49.1
+Address=198.176.49.213/24
diff --git a/etc/systemd/system/acme.sh.service.d/override.conf b/etc/systemd/system/acme.sh.service.d/override.conf
deleted file mode 100644
index 722f60a6..00000000
--- a/etc/systemd/system/acme.sh.service.d/override.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Service]
-ReadWritePaths=/etc/acme.sh /var/log/acme.sh /etc/postfix
diff --git a/etc/systemd/system/opendmarc.service.d/override.conf b/etc/systemd/system/opendmarc.service.d/override.conf
deleted file mode 100644
index 40ab443c..00000000
--- a/etc/systemd/system/opendmarc.service.d/override.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-# https://wiki.archlinux.org/title/OpenDMARC
-[Service]
-Group=
-Group=postfix
diff --git a/etc/systemd/system/paccache.service.d/10-remove-all.conf b/etc/systemd/system/paccache.service.d/10-remove-all.conf
new file mode 100644
index 00000000..6aa29dc2
--- /dev/null
+++ b/etc/systemd/system/paccache.service.d/10-remove-all.conf
@@ -0,0 +1,8 @@
+[Service]
+# may need `sudo systemctl daemon-reload` afterward
+# need a line of `ExecStart=` to clear the list first,
+# more about drop-in dir see `man systemd.unit`, more about ExecStart see `man systemd.service`
+# https://wiki.archlinux.org/title/Systemd#Drop-in_files
+# https://wiki.archlinux.org/title/Systemd#Examples
+ExecStart=
+ExecStart=/usr/bin/paccache -rk0
diff --git a/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf b/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf
deleted file mode 100644
index 38d3c2d0..00000000
--- a/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-[Service]
-# keep original `ExecStart=/usr/bin/paccache -r` while adding to the list
-# because I want the default behavior and also remove all uninstalled pacman package cache
-# may need `sudo systemctl daemon-reload` afterward
-# if I want to clear the list first, I should do a line of `ExecStart=` first
-# more about drop-in dir see `man systemd.unit`, more about ExecStart see `man systemd.service`
-# https://wiki.archlinux.org/title/Systemd#Drop-in_files
-# https://wiki.archlinux.org/title/Systemd#Examples
-ExecStart=/usr/bin/paccache -ruk0