Systemd
How to mount partition using systemd unit file? [SOLVED]
Steps to automount file system using systemd automount unit file without /etc/fstab to automatically mount and unmount file system in rhel/centos 7 and 8
How to mount filesystem without fstab using systemd (CentOS/RHEL 7/8)
We mount filesystem using /etc/fstab to make the changes persistent across reboot. Now there is another way to mount filesystem without fstab using systemd.
How to enable persistent logging in systemd-journald without reboot
Enable persistent logging in systemd-journald by changing storage type to persistent in journald.conf to store logs in /var/log/journal without reboot
Understanding systemd-journald and how logging works with Journal in RHEL 7
An overview on systemd-journald service, how logging happens in RHEL 7 Linux with Journals and systemd-journald logrotate. Compare systemd-journald vs rsyslogd
Beginners Guide on systemd tutorial in Linux
Overview on systemd unit file. Create your own systemd service unit file with example. Difference between Requires, Wants and Conflicts in unit file
