Loading checkservices +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ get_broken_maps() { local -i pid=0 for service in $(get_services); do unit_path="$(systemctl --property ControlGroup --value show "$service")" # hack to fix to systemd internal cgroup escaping on slice unit_path="$(printf "$unit_path"|sed 's,\\x5c,\\,')" # get the right pidfile name pidfile='' for path in "$SYSTEMD_CGROUP_BASE_PATH$unit_path/cgroup.procs" \ Loading Loading
checkservices +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ get_broken_maps() { local -i pid=0 for service in $(get_services); do unit_path="$(systemctl --property ControlGroup --value show "$service")" # hack to fix to systemd internal cgroup escaping on slice unit_path="$(printf "$unit_path"|sed 's,\\x5c,\\,')" # get the right pidfile name pidfile='' for path in "$SYSTEMD_CGROUP_BASE_PATH$unit_path/cgroup.procs" \ Loading