My question is simple: how do I tell journald to re-read its configuration file without rebooting?
I've made some changes to /etc/systemd/journald.conf
and I'd like to see if they are correct and everything works as I expect.
I do not want to reboot.
systemd
(usev227
...). See https://github.com/systemd/systemd/issues/2236 – Evgeny Jan 12 '16 at 22:54systemctl reload systemd-journald
gives me errorFailed to reload systemd-journald.service: Job type reload is not applicable for unit systemd-journald.service.
on Centos 7 – IanB Mar 04 '17 at 04:50