What is a drop-in file? What is a drop-in directory? How to edit systemd service
I want to change how a custom systemd service works. systemctl edit serviceName This edits /etc/systemd/system/serviceName.d/override.conf file. Override.conf is called a drop-in file and serviceName.d/ is a drop-in directory. I want to put a drop-in file definition and drop-in folder definition on the internet.