Skip to content
Snippets Groups Projects
Verified Commit 7c949ed7 authored by Jan Pavlinec's avatar Jan Pavlinec Committed by Michal Hrusecky
Browse files

watchdog: ucollect changed to conditional service

parent 48d375e7
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
set -ex
# Configuration
COND_SERVICES="nethist lcollect resolver"
SERVICES="ucollect"
COND_SERVICES="nethist lcollect resolver ucollect"
SERVICES=""
for S in $COND_SERVICES ; do
if test -x "/etc/init.d/$S" && "/etc/init.d/$S" enabled ; then
SERVICES="$SERVICES $S"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment