summaryrefslogtreecommitdiff
path: root/etc/systemd/system
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-08-20 05:09:11 +0000
committerXiao Pan <xyz@flylightning.xyz>2026-08-20 05:09:11 +0000
commita37d3b288d059b3b97440cd20f427145d66aef0e (patch)
tree4952451e641eebbc39041593ee9c8d09f42e198b /etc/systemd/system
parent576f21c50ce7adafc4f98064cba7a6c76a408afe (diff)
enable mimic because no udp maybe because VPS provider temp anti-DDOS setup
Diffstat (limited to 'etc/systemd/system')
-rw-r--r--etc/systemd/system/mimic@.service.d/override.conf5
l---------etc/systemd/system/multi-user.target.wants/mimic@ipvl0.service1
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/systemd/system/mimic@.service.d/override.conf b/etc/systemd/system/mimic@.service.d/override.conf
new file mode 100644
index 00000000..bb775d08
--- /dev/null
+++ b/etc/systemd/system/mimic@.service.d/override.conf
@@ -0,0 +1,5 @@
+[Unit]
+After=ns0.service
+
+[Service]
+NetworkNamespacePath=/run/netns/ns0
diff --git a/etc/systemd/system/multi-user.target.wants/mimic@ipvl0.service b/etc/systemd/system/multi-user.target.wants/mimic@ipvl0.service
new file mode 120000
index 00000000..dce9a731
--- /dev/null
+++ b/etc/systemd/system/multi-user.target.wants/mimic@ipvl0.service
@@ -0,0 +1 @@
+/usr/lib/systemd/system/mimic@.service \ No newline at end of file