City-of-Bloomington / ansible-role-linux

Ansible role for common settings across linux servers
GNU General Public License v3.0
0 stars 3 forks source link

Add handler for systemd daemon-reload #17

Closed inghamn closed 4 years ago

inghamn commented 4 years ago

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.