I noticed on my pogoplug V2 that systemd-journald takes up significant amount of memory. In my research, it appears that one can't disable the service but you can either optimize or stop it. Optimizing doesn't do much as it still occupies significant memory.
What is a mechansim that I can put in place that will run:
$this->bbcode_second_pass_code('', 'systemctl stop systemd-journald')
30-seconds after the system rebooted successfully?
I don't need the logging hence the request, and would like the memory footprint back. I need some handholding on this as I'm not familiar with how to stop a service after it has been rebooted via an automatic script.
Thank you.