diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-24 14:58:43 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2009-06-24 14:58:43 -0400 |
commit | 704c3a3ec9a601dab0dac13bd5780bbe19ace55d (patch) | |
tree | aeea4fe94721a6c1345be22a891257629c89b939 | |
parent | 1ed3bf38b3ac7af029790d7ddb94ace1cf8076b8 (diff) | |
download | puppet-reprepro-704c3a3ec9a601dab0dac13bd5780bbe19ace55d.tar.gz puppet-reprepro-704c3a3ec9a601dab0dac13bd5780bbe19ace55d.tar.bz2 |
describe why/how the startup script is broken
-rwxr-xr-x | files/inoticoming.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/inoticoming.sh b/files/inoticoming.sh index 2af5082..bfacc86 100755 --- a/files/inoticoming.sh +++ b/files/inoticoming.sh @@ -1,5 +1,13 @@ #! /bin/sh # +# This should be a startup script for inoticoming for reprepro, but it doesn't work well. +# +# For some reason, it doesn't log its progress to the logfile when started here, while the following works: +# +# /usr/bin/inoticoming --logfile /srv/reprepro/logs/i.log /srv/reprepro/incoming/ --stderr-to-log --stdout-to-log --suffix '.changes' --chdir /srv/reprepro reprepro -b /srv/reprepro --waitforlock 100 processincoming local {} \; +# +# The arguments are very similar so I'm not sure what's wrong. +# # skeleton example file to build /etc/init.d/ scripts. # This file should be used to construct scripts for /etc/init.d. # |