Getting Started with Quadlet
Running
Once systemd parses the Quadlet files, it creates the corresponding services automatically. The last step is to run systemctl --user start wordpress-pod.service
.
Quadlet generated systemd services are transient, so they cannot be enabled with systemctl --user enable
. As long as the [Install]
section is defined in the Quadlet file, systemd will automatically start the service.
If the Quadlet files are removed and the systemd daemon is reloaded, the services will be removed also (unless they are currently running).