[Bug 293318] New port net/telemt - MTProxy for Telegram on Rust + Tokio
Date: Thu, 12 Mar 2026 05:25:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293318
--- Comment #5 from Igor Pavlov <igor.arabesc.pavlov@gmail.com> ---
The rc-script could be further refined.
I suggest removing the `pidfile_child` variable and using `pidfile` instead.
The `: ${telemt_group:="nobody"}` variable should be added and utilized.
It is also necessary to define `procname="/usr/local/bin/telemt"` and include
it in `rc_flags` (e.g., `rc_flags="-f -o ${logfile} -p ${pidfile} ${procname}
${telemt_config}"`), otherwise the status check might not work correctly.
While `telemt_status()` and `telemt_postcmd()` are harmless, they are
redundant. Also, the name telemt_postcmd() is ambiguous regarding its purpose
(did you mean `telemt_poststop()`?).
--
You are receiving this mail because:
You are the assignee for the bug.