~ubuntu-branches/ubuntu/quantal/dovecot/quantal-security

« back to all changes in this revision

Viewing changes to debian/dovecot-core.dovecot.upstart

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-08-09 12:22:52 UTC
  • Revision ID: package-import@ubuntu.com-20120809122252-3s7pkb6j7uqu9jv8
Tags: 1:2.1.7-1ubuntu2
d/dovecot-core.dovecot.upstart: Respawn to handle unexpected but
recoverable problems. (LP: #718188)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
start on runlevel [2345]
8
8
stop on runlevel [!2345]
9
9
 
 
10
respawn
 
11
 
10
12
pre-start script
11
13
    test -x /usr/sbin/dovecot || { stop ; exit 0; }
12
14
    test -r /etc/dovecot/dovecot.conf || { stop ; exit 0; }