Commit 4f06da21 authored by Vitaly Lipatov's avatar Vitaly Lipatov

serv-test: add postfix support

parent b885f999
......@@ -39,6 +39,9 @@ serv_test()
docmd apache2 -t
fi
;;
postfix)
docmd /etc/init.d/postfix check
;;
*)
fatal "$SERVICE is not supported yet. Please report if you know how to test"
;;
......
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