mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
stop service if critical task activated (#2966)
filter out union lists instead of erroring
This commit is contained in:
@@ -28,8 +28,8 @@ impl Service {
|
||||
}
|
||||
}
|
||||
|
||||
struct Stop {
|
||||
wait: bool,
|
||||
pub(super) struct Stop {
|
||||
pub wait: bool,
|
||||
}
|
||||
impl Handler<Stop> for ServiceActor {
|
||||
type Response = ();
|
||||
|
||||
Reference in New Issue
Block a user