Izmjene za stretch
[ossec-hids-cn.git] / debian / postinst
index aea8ce2..801d23f 100755 (executable)
@@ -116,13 +116,7 @@ EOF
 cp_mv "$local_rules.$$" "$local_rules"
 
 # and restart the service
-if [ -x /etc/init.d/ossec-hids ]; then
-    if [ -x /usr/sbin/invoke-rc.d ]; then
-        invoke-rc.d ossec-hids restart || true
-    else
-        /etc/init.d/ossec-hids restart || true
-    fi
-fi
+service ossec-hids restart || true
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.