~clint-fewbar/ubuntu/lucid/squid-deb-proxy/no-expect-fork

« back to all changes in this revision

Viewing changes to debian/squid-deb-proxy.upstart

  • Committer: Clint Byrum
  • Date: 2011-01-11 23:16:33 UTC
  • Revision ID: clint@ubuntu.com-20110111231633-6dhjf1znw83ut0pu
Removing expect fork and passing -N to squid to prevent upstart
losing track of squid on reload (LP: #573853)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
start on runlevel [2345]
15
15
stop on runlevel [!2345]
16
16
 
17
 
expect fork
18
 
exec squid -f /etc/squid-deb-proxy/squid-deb-proxy.conf
 
 
b'\\ No newline at end of file'
 
17
exec squid -N -f /etc/squid-deb-proxy/squid-deb-proxy.conf