diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 19:09:02 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-29 19:09:02 -0700 |
commit | f537512cad7678b30cddc3e23d18a42062548d1a (patch) | |
tree | 6603cfbe13174863e01683d4eff7fbd17ed50b64 /etc | |
parent | 79a16e4584a2e9956d33be9a02304fc21fab20dc (diff) |
enable wg-quick serivce
Diffstat (limited to 'etc')
-rw-r--r-- | etc/myconf/cfgl_meta | 1 | ||||
l--------- | etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index 23a5ef24..14fcf185 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -22,6 +22,7 @@ 755 root root //etc/systemd/system 755 root root //etc/systemd/system/multi-user.target.wants 777 root root //etc/systemd/system/multi-user.target.wants/qbittorrent-nox@xyz.service +777 root root //etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service 755 root root //etc/systemd/system/paccache.service.d 644 root root //etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf 755 root root //home 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 |