FreeBSD Bugzilla – Attachment 205680 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]
diff change daemon to log to syslog instead of /dev/null
file_239127.txt (text/plain), 622 bytes, created by
Tara
on 2019-07-11 00:34:56 UTC
(
hide
)
Description:
diff change daemon to log to syslog instead of /dev/null
Filename:
MIME Type:
Creator:
Tara
Created:
2019-07-11 00:34:56 UTC
Size:
622 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,7 @@ > 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}" >+command_args="-S -T traefik -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