[Bug 295300] net/wireguard-tools: does not start on system reboot
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 295300] net/wireguard-tools: does not start on system reboot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 May 2026 05:17:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295300
Matthias Fechner <mfechner@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
--- Comment #5 from Matthias Fechner <mfechner@FreeBSD.org> ---
My assumption with the DNS server was correct.
After I modified the wireguard script directly, it worked.
Now I find out, that the following dummy file fixes it (before it missed the
PROVIDE and was therefor maybe ignored):
```/usr/local/etc/rc.d/delay_wireguard_after_dns
#!/bin/sh
#
# PROVIDE: delay_wireguard_after_dns
# REQUIRE: named adguardhome openvpn_fechner pf
# BEFORE: wireguard
```
Thank you very much for the tip with `service -e`!
--
You are receiving this mail because:
You are the assignee for the bug.