Change systemd service file to use STOP_OPTS=" -m fast".
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 19 Jan 2018 05:00:27 +0000 (14:00 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 19 Jan 2018 05:06:24 +0000 (14:06 +0900)
src/redhat/pgpool_rhel7.sysconfig

index 5c76b39d3bcbcc266e49ab41507be5d095015a99..3ee7a03ae6ee595a6d9bb9741b4226c616d09bc4 100644 (file)
@@ -6,4 +6,4 @@
 #OPTS=" -d -n"
 OPTS=" -n"
 
-#STOP_OPTS=" -m fast"
+STOP_OPTS=" -m fast"