Systemd settings
Systemd has a wide range of settings that can be configured, especially with the different types of units. Another part that can be configured is within the core components of systemd itself.
Configuration files
File | Systemd component | Description |
---|---|---|
/etc/systemd/journald.conf | systemd-journald | Journals |
/etc/systemd/logind.conf | systemd-logind | Login handling |
/etc/systemd/networkd.conf | systemd-networkd | Network configuration |
/etc/systemd/pstore.conf | systemd-pstore | Archive contents of a pstore (Linux persistent storage filesystem) |
/etc/systemd/sleep.conf | Multiple parts | Suspend and hibernation configuration |
/etc/systemd/system.conf | System services | Overrides the default configuration during compilation of systemd |
/etc/systemd/timesyncd.conf | systemd-timesyncd | Time synchronization |
/etc/systemd/user.conf | User services | Overrides the default configuration during compilation of systemd |
Settings for systemd units
Systemd units can be configured with a lot of fine-grained settings. This overview shows which settings are available and what they do.