add service stop message

This commit is contained in:
white
2025-11-02 23:54:51 +03:00
parent 91d08d3df4
commit 2d9463e507

View File

@@ -88,6 +88,7 @@ pub async fn stop_service() -> anyhow::Result<()> {
kill(Pid::from_raw(pid), Signal::SIGKILL)?;
println!("zaprett service stopped");
Ok(())
}