FreeBSD Bugzilla – Attachment 258484 Details for
Bug 239127
net/traefik change daemon to log to syslog instead of /dev/null
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
make a flag var for daemon output, so it can be re-configured in the future
net_traefik.diff (text/plain), 660 bytes, created by
Mark Linimon
on 2025-03-09 15:41:54 UTC
(
hide
)
Description:
make a flag var for daemon output, so it can be re-configured in the future
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2025-03-09 15:41:54 UTC
Size:
660 bytes
patch
obsolete
>Index: net/traefik/files/traefik.in >=================================================================== >--- net/traefik/files/traefik.in (revision 506387) >+++ net/traefik/files/traefik.in (working copy) >@@ -39,7 +39,8 @@ > pidfile=/var/run/traefik.pid > procname="%%PREFIX%%/bin/traefik" > command="/usr/sbin/daemon" >-command_args="-f -p ${pidfile} /usr/bin/env ${traefik_env} ${procname} --configFile=${traefik_conf} ${traefik_args}" >+: ${rc_daemon_output_flags:="-S -T ${name}"} >+command_args="${rc_daemon_output_flags} -p ${pidfile} /usr/bin/env ${traefik_env} ${procname} --configFile=${traefik_conf} ${traefik_args}" > > start_precmd=traefik_startprecmd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239127
:
205680
|
205703
|
258484
|
258492