summarylogtreecommitdiffstats
path: root/reload-systemd.install
diff options
context:
space:
mode:
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
+}