diff options
| author | Thorsten Töpper <atsutane-aur@freethoughts.de> | 2024-09-04 19:28:45 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2024-09-04 19:28:45 +0200 |
| commit | 1a95cafac8876ac9ecca2b671b69d9c81a4a4113 (patch) | |
| tree | 6a668a570f7db5c0ff02ccd24fa8fb46e8dd18d5 /30-systemd-daemon-reload-system.hook | |
| parent | 22d76052f49305f62b836ae28b31fd3a2fc7e0df (diff) | |
| download | systemd-git-1a95cafac8876ac9ecca2b671b69d9c81a4a4113.tar.gz systemd-git-1a95cafac8876ac9ecca2b671b69d9c81a4a4113.tar.bz2 | |
Fix version string generation & sync with core/systemd
Diffstat (limited to '30-systemd-daemon-reload-system.hook')
| -rw-r--r-- | 30-systemd-daemon-reload-system.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/30-systemd-daemon-reload-system.hook b/30-systemd-daemon-reload-system.hook new file mode 100644 index 0000000..a305d73 --- /dev/null +++ b/30-systemd-daemon-reload-system.hook @@ -0,0 +1,11 @@ +[Trigger] +Type = Path +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/lib/systemd/system/* + +[Action] +Description = Reloading system manager configuration... +When = PostTransaction +Exec = /usr/share/libalpm/scripts/systemd-hook daemon-reload-system |
