diff options
author | Colin Guthrie <colin@mageia.org> | 2014-02-10 10:16:57 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-02-10 10:16:57 +0000 |
commit | d73622e645dc43d6e55630ac50d915ecc58aba08 (patch) | |
tree | a985a819b998ccf178a6a9645e504d3f67925590 /modules/gitmirror | |
parent | b4dd2858fba059724675c85bf0d401bc5b2bcd4e (diff) | |
download | puppet-d73622e645dc43d6e55630ac50d915ecc58aba08.tar puppet-d73622e645dc43d6e55630ac50d915ecc58aba08.tar.gz puppet-d73622e645dc43d6e55630ac50d915ecc58aba08.tar.bz2 puppet-d73622e645dc43d6e55630ac50d915ecc58aba08.tar.xz puppet-d73622e645dc43d6e55630ac50d915ecc58aba08.zip |
gitmirror: Add chkconfig headers to init script
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-x | modules/gitmirror/templates/on-the-pull.init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gitmirror/templates/on-the-pull.init b/modules/gitmirror/templates/on-the-pull.init index 74bdcfea..cc256a06 100755 --- a/modules/gitmirror/templates/on-the-pull.init +++ b/modules/gitmirror/templates/on-the-pull.init @@ -1,5 +1,10 @@ #! /bin/bash # +# on-the-pull Keep git mirrors up-to-date via external triggers +# +# chkconfig: 2345 80 30 +# description: Keep git mirrors up-to-date via external triggers +# ### BEGIN INIT INFO # Provides: on-the-pull # Required-Start: $network |