mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Proxy, pid isn't an option of service, but because the name matched it looked like it worked (used is_process_running in stead of pid)
This commit is contained in:
parent
aaf478aa03
commit
23d13aaa74
@ -41,7 +41,7 @@ function squid_services()
|
||||
'start' => array('proxy start'),
|
||||
'stop' => array('proxy stop'),
|
||||
),
|
||||
'pid' => '/var/run/squid/squid.pid',
|
||||
'pidfile' => '/var/run/squid/squid.pid',
|
||||
'name' => 'squid',
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user