1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

Service Yabai: Use Root User for scripting addition

This commit is contained in:
Andrew Womeldorf 2021-11-27 21:59:06 -06:00
parent 44da835ac4
commit 252dd0a8e7

View file

@ -99,6 +99,7 @@ in
serviceConfig.RunAtLoad = true;
serviceConfig.KeepAlive.SuccessfulExit = false;
serviceConfig.UserName = "root";
};
})
];