View | Details | Raw Unified | Return to bug 192553
Collapse All | Expand All

(-)tor-devel/files/tor.in (-1 / +1 lines)
Lines 39-45 Link Here
39
pidfile=${tor_pidfile}
39
pidfile=${tor_pidfile}
40
command="%%PREFIX%%/bin/${name}"
40
command="%%PREFIX%%/bin/${name}"
41
command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}"
41
command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}"
42
extra_commands="log"
42
extra_commands="log reload"
43
log_cmd="${name}_log"
43
log_cmd="${name}_log"
44
44
45
tor_log() {
45
tor_log() {

Return to bug 192553