mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-12 06:19:53 +05:00
add service stop message
This commit is contained in:
@@ -88,6 +88,7 @@ pub async fn stop_service() -> anyhow::Result<()> {
|
|||||||
|
|
||||||
kill(Pid::from_raw(pid), Signal::SIGKILL)?;
|
kill(Pid::from_raw(pid), Signal::SIGKILL)?;
|
||||||
|
|
||||||
|
println!("zaprett service stopped");
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user