NAME
Ixchel::Actions::systemd_journald_conf :: Generate a systemd journald config include. s =head1 VERSION
Version 0.0.1
SYNOPSIS
use Data::Dumper;
my $results=$ixchel->action(action=>'systemd_journald_conf', opts=>{np=>1, w=>1, });
This takes .config.systemd.journald and generates a config that can be used with journald.
So if you would like to disable forward to wall, you can set .systemd.journald.ForwardToWall=no and it will generate the following...
[Journal]
ForwardToWall=no
Switches
-w
Write it out to /etc/systemd/journald.conf.d/99-ixchel.conf
--np
Do not print out the results.
--die
Die on write failure.