FS#54570 - [privoxy] bad systemd configuration - logging
Attached to Project:
Community Packages
Opened by solar archigo (archigo) - Saturday, 24 June 2017, 14:13 GMT
Last edited by Brett Cornwall (ainola) - Sunday, 29 January 2023, 08:00 GMT
Opened by solar archigo (archigo) - Saturday, 24 June 2017, 14:13 GMT
Last edited by Brett Cornwall (ainola) - Sunday, 29 January 2023, 08:00 GMT
|
Details
Description:
privoxy does not log into /var/log/privoxy/logfile with the current systemd privoxy.service configuration, even if it's enabled in the /etc/privoxy/config. It logs to journal. Something like: [Service] #User=privoxy #Type=simple #ExecStart=/usr/bin/privoxy --no-daemon /etc/privoxy/config #PrivateDevices=yes Type=forking PIDFile=/run/privoxy.pid ExecStart=/usr/bin/privoxy --pidfile /run/privoxy.pid --user privoxy.privoxy /etc/privoxy/config ExecStop=/usr/bin/rm /run/privoxy.pid SuccessExitStatus=15 is needed. Additional info: * package version(s) all * config and/or log files etc. Steps to reproduce: config: logdir /var/log/privoxy logfile logfile # log destination request debug 1024 |
This task depends upon
Closed by Brett Cornwall (ainola)
Sunday, 29 January 2023, 08:00 GMT
Reason for closing: No response
Sunday, 29 January 2023, 08:00 GMT
Reason for closing: No response
https://unix.stackexchange.com/questions/421104/privoxy-isnt-saving-to-logfile/442928#442928
Seems like a reasonable request to me.
FS#61464I feel like I might be missing something, though: Why does the example change so many things?