Awight has uploaded a new change for review. https://gerrit.wikimedia.org/r/208854
Change subject: Fix typo in upstart script ...................................................................... Fix typo in upstart script Need to give the "start" command to the active script. Change-Id: Ica975a28dca34f7f5dcbdcda89a72483576c9e7e --- M puppet/modules/activemq/templates/activemq-upstart.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/54/208854/1 diff --git a/puppet/modules/activemq/templates/activemq-upstart.conf.erb b/puppet/modules/activemq/templates/activemq-upstart.conf.erb index d92783a..7aa71a0 100755 --- a/puppet/modules/activemq/templates/activemq-upstart.conf.erb +++ b/puppet/modules/activemq/templates/activemq-upstart.conf.erb @@ -5,4 +5,4 @@ setuid activemq setgid activemq -exec <%= @pkgdir %>/bin/activemq-admin +exec <%= @pkgdir %>/bin/activemq-admin start -- To view, visit https://gerrit.wikimedia.org/r/208854 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica975a28dca34f7f5dcbdcda89a72483576c9e7e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
