Start borders service on change

This commit is contained in:
Tobias Ostner 2025-02-26 08:25:53 +01:00
parent ca0bd84ac4
commit d761282d89

View file

@ -24,7 +24,10 @@
onActivation.cleanup = "zap"; onActivation.cleanup = "zap";
brews = [ brews = [
"borders" {
name = "borders";
restart_service = "changed";
}
"cocoapods" "cocoapods"
]; ];