From c90322fffc1ecf062a8c48e8a1bc27077fa5dbc2 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 14:41:50 -0400 Subject: hypnotoad will restart if started while already running --- vagrant_support/hypnotoad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vagrant_support/hypnotoad') diff --git a/vagrant_support/hypnotoad b/vagrant_support/hypnotoad index bd5fb3a2e..dc92fac23 100755 --- a/vagrant_support/hypnotoad +++ b/vagrant_support/hypnotoad @@ -1,5 +1,5 @@ #!/bin/bash -# +# # bugzilla-push This starts, stops, and restarts the Bugzilla push # daemon, which manages syncronising bugzilla.mozilla.org and # third party bugzilla installs. @@ -43,9 +43,9 @@ fi # specify it here. OPTIONS="" -# You can also override the configuration by creating a +# You can also override the configuration by creating a # /etc/sysconfig/bugzilla-queue file so that you don't -# have to edit this script. +# have to edit this script. if [ -r /etc/sysconfig/$NAME ]; then . /etc/sysconfig/$NAME fi @@ -89,7 +89,6 @@ stop () restart () { - stop start } -- cgit v1.2.3-24-g4f1b