diff options
| author | Michael Christen <Orbiter@users.noreply.github.com> | 2017-01-26 06:37:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-26 06:37:29 +0100 |
| commit | e6e4ccaa00d5e5e9e58e538b5ae29370e7803030 (patch) | |
| tree | 2f8eaab4e990c0d9682ffcf5829c9e115c7116d6 /addon | |
| parent | a7fd47b3aae4124cecd58eae44537b134a119302 (diff) | |
| parent | 4c94074e781a65f72be453f5844ee2d56eaf63e9 (diff) | |
Merge pull request #98 from Velociraptor85/patch-2
LSB Tag
Diffstat (limited to 'addon')
| -rwxr-xr-x | addon/yacyInit.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addon/yacyInit.sh b/addon/yacyInit.sh index ae2a0fdac..2ec6fb548 100755 --- a/addon/yacyInit.sh +++ b/addon/yacyInit.sh @@ -4,6 +4,16 @@ # # Provided by Matthias Kempka, 26.12.2004 +### BEGIN INIT INFO +# Provides: yacy +# Required-Start: $network +# Required-Stop: $network +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Distributed web search engine +# Description: yacy is a distributed search engine config-file is <yacy_search_server>/DATA/SETTINGS/yacy.conf +### END INIT INFO + # ensure java is in the path PATH=/sbin:/bin:/usr/sbin:/usr/local/bin:/usr/bin # installation directory |
