Index: files/munin-sched.in =================================================================== --- files/munin-sched.in (revision 316024) +++ files/munin-sched.in (working copy) @@ -31,7 +31,7 @@ find_pidfile() { if type get_pidfile_from_conf >/dev/null 2>&1 && - get_pidfile_from_conf pid_file $munin_node_config; then + get_pidfile_from_conf pid_file $munin_sched_config; then pidfile="${_pidfile_from_conf%node*}sched" pidfile="${pidfile}${_pidfile_from_conf#*node}" else