diff options
Diffstat (limited to 'fixme')
-rw-r--r-- | fixme | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,10 @@ * abstract namespace dbus socket +* patch /etc/init.d/functions with: + + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail() |