Prva inacica za buster
[munin-cn.git] / debian / postinst
index 8724b41..12fcad8 100755 (executable)
@@ -46,7 +46,7 @@ cp_check_and_sed 'localhost.localdomain' \
 if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
        invoke-rc.d munin-node restart || exit $?
 else
-       /etc/init.d/munin-node restart || exit $?
+       service munin-node restart || exit $?
 fi
 
 # dh_installdeb will replace this with shell code automatically