Freedombox-setup doesn't call htop directly.  From the changelog, it was
added for debugging purposes:

freedombox-setup (0.0.17) wheezy; urgency=low

  [ Petter Reinholdtsen ]
  * Added new dependencies htop, iftop and tcpdump to make it easier
    to debug the freedombox.  Might be removed in a release build.
...

 -- Petter Reinholdtsen <[email protected]>  Sat, 19 Oct 2013 09:20:13
+0200


Hollywood has a script /lib/hollywood/htop with the following contents:

#!/bin/sh
...
command -v htop >/dev/null 2>&1 || exit 1

trap "pkill -f -9 lib/hollywood/ >/dev/null 2>&1" HUP INT QUIT TERM
while true; do
        htop
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1565286

Title:
  [FFe] Please sync htop 2.0.1-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1565286/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to