summarylogtreecommitdiffstats
path: root/reload-systemd.install
diff options
context:
space:
mode:
authorMoeLava2020-06-22 02:39:09 +0700
committerMoeLava2020-06-22 02:39:09 +0700
commit90325423f1049b3330870fce15dc69d659c27ee5 (patch)
tree89d718fd375ae66826c88646dae5fab3a9370281 /reload-systemd.install
parent4321867760d3529a24c8ec9a6c3ec960da70cc25 (diff)
downloadaur-90325423f1049b3330870fce15dc69d659c27ee5.tar.gz
Add install script to reload systemd daemons
Built-in pacman hook isn't run because this uses a user service
Diffstat (limited to 'reload-systemd.install')
-rw-r--r--reload-systemd.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/reload-systemd.install b/reload-systemd.install
new file mode 100644
index 000000000000..460bf2c2fca0
--- /dev/null
+++ b/reload-systemd.install
@@ -0,0 +1,3 @@
+post_upgrade() {
+ systemctl daemon-reload
+}