stop_service command, fix

This commit is contained in:
CherretGit
2025-10-30 18:41:47 +07:00
parent 192d846a12
commit 784a248c11
4 changed files with 62 additions and 24 deletions

View File

@@ -23,3 +23,4 @@ once_cell = "1.21.3"
daemonize = "0.5.0"
log = "0.4.28"
pretty_env_logger = "0.5.0"
nix = { version = "0.30.1", features = ["signal"] }