Skip to content

Commit

Permalink
Merge pull request #1137 from yuusuke/fix_startup_scripts
Browse files Browse the repository at this point in the history
Improvement to load the correct sysconf
  • Loading branch information
kgaillot committed Aug 31, 2016
2 parents b53e9fc + 8438e6f commit 4637a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcp/pacemaker.combined.upstart.in
Expand Up @@ -10,7 +10,7 @@ kill timeout 3600
respawn

env prog=pacemakerd
env sysconf=@CONFIGDIR@/crm_mon
env sysconf=@CONFIGDIR@/pacemaker
env rpm_lockdir=@localstatedir@/lock/subsys
env deb_lockdir=@localstatedir@/lock

Expand Down
2 changes: 1 addition & 1 deletion mcp/pacemaker.upstart.in
Expand Up @@ -7,7 +7,7 @@ kill timeout 3600
respawn

env prog=pacemakerd
env sysconf=@CONFIGDIR@/crm_mon
env sysconf=@CONFIGDIR@/pacemaker
env rpm_lockdir=@localstatedir@/lock/subsys
env deb_lockdir=@localstatedir@/lock

Expand Down

0 comments on commit 4637a75

Please sign in to comment.