diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-10-01 15:41:38 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-10-01 15:41:38 -0400 |
| commit | 87d1769dcbdd5fe5e5ebde8f2bc6e490611947cb (patch) | |
| tree | 8ae44369af3c2b05bf64b47dde51b42dc47ad400 /scripts/restartsearxng | |
| parent | e4d544ff68a1885be156230afae09d0f96024c9e (diff) | |
I'm going through changes
Diffstat (limited to 'scripts/restartsearxng')
| -rwxr-xr-x | scripts/restartsearxng | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/restartsearxng b/scripts/restartsearxng new file mode 100755 index 0000000..0593803 --- /dev/null +++ b/scripts/restartsearxng @@ -0,0 +1,3 @@ +#!/bin/sh +pkill -x uwsgi +uwsgi --ini $HOME/opt/searxng/searxng.ini |
