diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ chzzkd # Run as daemon RUST_LOG=info setsid chzzkd 2>chzzkd.log >/dev/null +# Reload configuration +pkill -HUP chzzkd + # Stop daemon pkill chzzkd ``` |
