I have a drop-in for systemd-machined at the path /etc/systemd/system/systemd-machined.service.d/10-machined-pid-file.conf
. when I run systemctl status systemd-machined
I do see the lines
Drop-In: /etc/systemd/system/systemd-machined.service.d
└─10-machined-pid-file.conf
However, I do not see a PID file in /var/run/. Which based on my drop-in:
[Serivce]
PIDFile=/var/run/machined.pid
I believe there should not be any issue creating that PID file. Is there something I am missing?