summarylogtreecommitdiffstats
path: root/30-systemd-daemon-reload-user.hook
diff options
context:
space:
mode:
authorToshit Chawda2023-12-24 15:02:39 -0800
committerToshit Chawda2023-12-24 15:02:39 -0800
commit2fe6b2410c22b60be55584a136d1ccc3d2ac43f3 (patch)
tree60fcc56ef3b0fc439cc097c792a10024ec4b5653 /30-systemd-daemon-reload-user.hook
parentc0cc23ccadf00a806b2e9161c970b25055a53896 (diff)
downloadaur-2fe6b2410c22b60be55584a136d1ccc3d2ac43f3.tar.gz
bump to 255.1-1
Diffstat (limited to '30-systemd-daemon-reload-user.hook')
-rw-r--r--30-systemd-daemon-reload-user.hook12
1 files changed, 12 insertions, 0 deletions
diff --git a/30-systemd-daemon-reload-user.hook b/30-systemd-daemon-reload-user.hook
new file mode 100644
index 000000000000..01a97bb839d5
--- /dev/null
+++ b/30-systemd-daemon-reload-user.hook
@@ -0,0 +1,12 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/systemd/user/*
+
+[Action]
+Description = Reloading user manager configuration...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/systemd-hook daemon-reload-user
+