Ubuntu 20.04 has started adding directory restrictions to services, such as Tomcat. When we deploy apps that need access to config or data directories, we have to override the service definition. The app's playbook will be responsible for providing a systemd drop-in unit file, but we'll need to call systemctl daemon-reload for it to take effect.
Ubuntu 20.04 has started adding directory restrictions to services, such as Tomcat. When we deploy apps that need access to config or data directories, we have to override the service definition. The app's playbook will be responsible for providing a systemd drop-in unit file, but we'll need to call systemctl daemon-reload for it to take effect.