Skip to content
Snippets Groups Projects
Commit 1f5792f4 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Notify services of possible changes

parent 8b89f3e2
No related branches found
No related tags found
No related merge requests found
- name: Run systemd-tmpfiles
command: systemd-tmpfiles --create --prefix=/var/log/journal/remote
- name: Reload systemd
systemd: daemon-reload=yes
- name: Restart systemd-journal-remote
systemd: name=systemd-journal-remote state=restarted
......@@ -24,6 +24,9 @@
group: root
mode: 0644
src: http.conf
notify:
- Reload systemd
- Restart systemd-journal-remote
tags:
- journal-remote
- config
......
- name: Restart systemd-journal-upload
systemd: name=systemd-journal-upload state=restarted
......@@ -13,6 +13,8 @@
template:
dest: /etc/systemd/journal-upload.conf
src: journal-upload.conf
notify:
- Restart systemd-journal-upload
tags:
- journal-upload
- config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment