diff options
Diffstat (limited to 'modules/gitmirror/templates/on-the-pull.init')
-rwxr-xr-x | modules/gitmirror/templates/on-the-pull.init | 1 |
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() { |