Mit „runit“ getaggte Nachrichten
-
Simple daemon with start-stop-daemon and #runit https://www.draketo.de/english/free-software/start-stop-daemon-runit #gentoo
Thursday, 07-Feb-19 22:23:23 UTC von web -
@benfell "The #runit init system is now enabled by default, replacing #systemd in the base system." ur1.ca/jd8ho
-
#daemon with start-stop-daemon or #runit draketo.de/english/free-software/start-stop-daemon-runit —Creating a daemon with almost zero effort
-
First impression from trying perf: This is how profiling should work! http://perf.wiki.kernel.org —thanks to CcxCZ from #openrc and #runit!
Thursday, 12-Mar-15 12:36:31 UTC von web -
echo '#!/usr/bin/env python\nfor i in range(100): a = i*i' >/tmp/foo.py && chmod +x /tmp/foo.py && mkdir -p ~/.local/run/runit_services/python && ln -sf /tmp/foo.py ~/.local/run/runit_services/python/run && runsvdir ~/.local/run/runit_services #runit minimal working example