From 8550d4685cd750456b1dc1160c590adf3c3ca8db Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 26 Jun 2024 07:21:37 +0000 Subject: feat: enable swgp and wireguard services --- etc/systemd/system/multi-user.target.wants/swgp-go.service | 1 + etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service | 1 + 2 files changed, 2 insertions(+) create mode 120000 etc/systemd/system/multi-user.target.wants/swgp-go.service create mode 120000 etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service (limited to 'etc/systemd') diff --git a/etc/systemd/system/multi-user.target.wants/swgp-go.service b/etc/systemd/system/multi-user.target.wants/swgp-go.service new file mode 120000 index 00000000..2f8c774d --- /dev/null +++ b/etc/systemd/system/multi-user.target.wants/swgp-go.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/swgp-go.service \ No newline at end of file diff --git a/etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service b/etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service new file mode 120000 index 00000000..0a92cb9a --- /dev/null +++ b/etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/wg-quick@.service \ No newline at end of file -- cgit v1.2.3-70-g09d2