🗝
summary refs log tree commit diff
path: root/packages/searxng/searxng.hook
diff options
context:
space:
mode:
Diffstat (limited to 'packages/searxng/searxng.hook')
-rw-r--r--packages/searxng/searxng.hook9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/searxng/searxng.hook b/packages/searxng/searxng.hook
new file mode 100644
index 0000000..6a99f07
--- /dev/null
+++ b/packages/searxng/searxng.hook
@@ -0,0 +1,9 @@
+[Trigger]
+Type = Package
+Operation = Upgrade
+Target = searxng
+
+[Action]
+Description = Restarting searxng daemon...
+When = PostTransaction
+Exec = /bin/bash -c '/usr/bin/systemctl is-active searxng.service -q && /usr/bin/systemctl restart searxng.service || /usr/bin/true'