diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 22:41:34 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 22:41:34 +0800 |
commit | e1fbb320261e6382a8c6723535eff1d4b48dfaa5 (patch) | |
tree | a3468076425b7552eddcb350d437077e7dae6b1b /etc | |
parent | 1a48642e5f1c2b3606ccf3780e474cafcfcd8459 (diff) |
remove phantun, add mimic, add distccd-alarm-armv8
Diffstat (limited to 'etc')
l--------- | etc/systemd/system/multi-user.target.wants/mimic@wlp2s0.service | 1 | ||||
-rw-r--r-- | etc/systemd/system/phantun_client.service | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/etc/systemd/system/multi-user.target.wants/mimic@wlp2s0.service b/etc/systemd/system/multi-user.target.wants/mimic@wlp2s0.service new file mode 120000 index 00000000..dce9a731 --- /dev/null +++ b/etc/systemd/system/multi-user.target.wants/mimic@wlp2s0.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/mimic@.service
\ No newline at end of file diff --git a/etc/systemd/system/phantun_client.service b/etc/systemd/system/phantun_client.service deleted file mode 100644 index 550bf391..00000000 --- a/etc/systemd/system/phantun_client.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=phantun client -After=network.target - -[Service] -Type=simple -Environment=RUST_LOG=info -ExecStart=/usr/bin/phantun_client --local [::1]:59083 --remote 104.224.159.210:59083 --tun-local 10.0.1.1 --tun-peer 10.0.1.2 --tun-local6 fdc9:281f:04d7:9eea::1 --tun-peer6 fdc9:281f:04d7:9eea::2 --tun pt0 -#ExecStart=/usr/bin/env RUST_LOG=info /usr/bin/phantun_client --local [::1]:59083 --remote 104.224.159.210:59083 --tun-local 10.0.1.1 --tun-peer 10.0.1.2 --tun-local6 fdc9:281f:04d7:9eea::1 --tun-peer6 fdc9:281f:04d7:9eea::2 --tun pt0 -Restart=always - -[Install] -WantedBy=multi-user.target |