rkgk/admin/daemon/reload.bash
liquidex 384e64009e add admin scripts over from treehouse
would be nice to rewrite these as a standalone utility that integrates with Nix someday i guess
2024-08-23 22:38:24 +02:00

7 lines
109 B
Bash

#!/usr/bin/env bash
source "${BASH_SOURCE%/*}/common.bash"
echo "Reloading"
echo "reload" > "$reload_fifo"