summarylogtreecommitdiffstats
path: root/doh-proxy.install
diff options
context:
space:
mode:
Diffstat (limited to 'doh-proxy.install')
-rw-r--r--doh-proxy.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/doh-proxy.install b/doh-proxy.install
new file mode 100644
index 000000000000..d1e07d0a0328
--- /dev/null
+++ b/doh-proxy.install
@@ -0,0 +1,8 @@
+post_install() {
+ /usr/sbin/systemctl daemon-reload
+}
+
+post_upgrade() {
+ /usr/sbin/systemctl daemon-reload
+}
+