[Bug 293318] New port net/telemt - MTProxy for Telegram on Rust + Tokio
Date: Sat, 02 May 2026 00:00:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293318 --- Comment #13 from Igor Pavlov <igor.arabesc.pavlov@gmail.com> --- Hello, I have just one final suggestion regarding telemt_reload(). You can safely remove this custom function and the reload_cmd assignment. FreeBSD's rc.subr already has a built-in reload action that automatically sends SIGHUP. More importantly, the built-in function uses check_pidfile, which explicitly verifies that the process is actually running and matches the daemon executable, protecting against stale pidfiles. Once that's dropped, the script is perfect and good to go. -- You are receiving this mail because: You are the assignee for the bug.