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:
Ad Schellevis 2018-03-26 15:41:42 +02:00
parent aaf478aa03
commit 23d13aaa74

View File

@ -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',
);
}