diff options
author | awy <awy@awy.one> | 2025-01-26 23:50:57 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-26 23:50:57 +0300 |
commit | 7d9f2e4584d8109f817d0fb84d3a900733df9bcc (patch) | |
tree | e6477d28cf213ee4876669c268cfc34ddb63a07d /.local/bin | |
parent | 36fe0571994c1cc94e256f0f3608fcf0b7bf2d3b (diff) |
update
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/reloadsingbox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/reloadsingbox b/.local/bin/reloadsingbox new file mode 100755 index 0000000..731c618 --- /dev/null +++ b/.local/bin/reloadsingbox @@ -0,0 +1,3 @@ +#!/bin/sh +killall sing-box +setsid -f sing-box -c /mnt/ssd/settings/config.json run |