~yolanda.robla/ubuntu/saucy/squid3/dep-8-tests

« back to all changes in this revision

Viewing changes to debian/squid3.upstart

  • Committer: Clint Byrum
  • Date: 2012-06-19 22:44:49 UTC
  • Revision ID: clint@ubuntu.com-20120619224449-hfzp406drsiwjhet
Tags: 3.1.19-1ubuntu5
d/squid3.upstart: Work around squid not handling SIGHUP by
adding respawn to upstart job. (LP: #978356)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
start on runlevel [2345]
10
10
stop on runlevel [!2345]
11
11
 
 
12
respawn
 
13
normal exit 0
 
14
 
12
15
env CONFIG="/etc/squid3/squid.conf"
13
16
env SQUID_ARGS="-YC"
14
17