Use systemd handlers from uumas.general.systemd

This commit is contained in:
uumas
2026-03-12 00:10:31 +02:00
parent fce8804653
commit f721641fc6
10 changed files with 30 additions and 29 deletions

View File

@@ -4,4 +4,6 @@
src: service.socket.j2
dest: /etc/systemd/system/{{ service_name }}.socket
mode: "0644"
notify: Restart socket for {{ service_name }}
notify:
- Reload systemd daemon
- Restart socket for {{ service_name }}