Commit 7c2b9023 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Add condstop support to etercifs init script

parent 4fb60183
......@@ -309,7 +309,12 @@ case "$1" in
start)
start
;;
condstop|stop)
condstop)
if is_moduled ; then
stop
fi
;;
stop)
stop
;;
restart)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment