Skip to content

Commit

Permalink
Fix Upstart start/stop conditions for RHEL/CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Robinson committed Aug 29, 2016
1 parent b96b990 commit 1b23243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/RedHat-vault.conf.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RHEL/CentOS 6 compatible Upstart configuration
description "Vault Service"

start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [016]
start on (runlevel [345] and started network)
stop on (runlevel [!345] or stopping network)

respawn
respawn limit 10 10
Expand Down

0 comments on commit 1b23243

Please sign in to comment.