Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
linenumberstrue
collapsetrue
ps u |grep acscontainerdaemon |grep -v grep |awk '{print $2}' |xargs killacscontainerdaemon &

Later, to stop the daemon:

...