You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to modify the retention of journald, and to do so, I need to update /etc/systemd/journald.conf (which does not persist). I can add the updated file in the boot stage, but systemd-journald is already running, so I'd have to reload it at that point. However, systemctl only supports enable, disable, mask, or start. I could just run a command, but that feels a bit hacky. Am I missing a better solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to modify the retention of
journald
, and to do so, I need to update/etc/systemd/journald.conf
(which does not persist). I can add the updated file in the boot stage, butsystemd-journald
is already running, so I'd have to reload it at that point. However,systemctl
only supportsenable
,disable
,mask
, orstart
. I could just run acommand
, but that feels a bit hacky. Am I missing a better solution?Beta Was this translation helpful? Give feedback.
All reactions