path: gnome-shell-extension-freon_60+dfsg-1/freon@UshakovVasilii_Github.yahoo.com/hddtempUtil.js // systemd isn't used on this system, try sysvinit instead if(!pid && pidof) { let output = run_command("pidof hddtemp"); if(output.length) pid = Number(output.trim()); path: gnome-shell-extension-freon_60+dfsg-1/freon@UshakovVasilii_Github.yahoo.com/hddtempUtil.js // Check first for systemd let systemctl = GLib.find_program_in_path('systemctl'); let pidof = GLib.find_program_in_path('pidof'); let nc = GLib.find_program_in_path('nc'); let pid = undefined; path: gnome-shell-extension-freon_60+dfsg-1/freon@UshakovVasilii_Github.yahoo.com/hddtempUtil.js // systemd isn't used on this system, try sysvinit instead if(!pid && pidof) { let output = run_command("pidof hddtemp"); if(output.length)