It's also worth noting that systemctl status <unit> shows the unit file anddrop-ins in use... root@vm-srv-graylog ~ # systemctl status graylog-server.service ● graylog-server.service - Graylog server Loaded: loaded (/lib/systemd/system/graylog-server.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/graylog-server.service.d └─override.conf Active: active (running) since Sun 2023-08-06 15:58:08 ACST; 1 weeks 1 days ago [...output truncated...]
Robert, Is there some config option that must be enabled to for systemctl status to show the Drop-In items ?
I have a drop in for the journal configuration in /etc/systemd/journald.conf.d/ but it does not show up when I check the status...
systemctl status systemd-journald.service
? systemd-journald.service - Journal Service
Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)
Active: active (running) since Thu 2023-08-10 14:49:47 EDT; 3 days ago
TriggeredBy: ? systemd-journald-audit.socket
? systemd-journald.socket
? systemd-journald-dev-log.socket
Docs: man:systemd-journald.service(8)
man:journald.conf(5)
Main PID: 569 (systemd-journal)
Status: "Processing requests..."
Tasks: 1 (limit: 4915)
CPU: 31.389s
CGroup: /system.slice/systemd-journald.service
+-569 /usr/lib/systemd/systemd-journald
--
Regards,
Joe