mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-10 05:19:42 +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)?;
|
||||
|
||||
println!("zaprett service stopped");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user