aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/gitmirror/templates/on-the-pull.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gitmirror/templates/on-the-pull.init b/modules/gitmirror/templates/on-the-pull.init
index 0c575b77..adee5643 100755
--- a/modules/gitmirror/templates/on-the-pull.init
+++ b/modules/gitmirror/templates/on-the-pull.init
@@ -29,6 +29,7 @@ start() {
stop() {
gprintf "Stopping On-The-Pull Git Mirror Daemon: "
killproc -p $pidfile on-the-pull
+ rm -f /var/lock/subsys/on-the-pull
}
restart() {