diff options
-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 |