MyNixOS website logo
option

services.bonsaid.settings.*.command

Command to run when this transition is taken. This is executed inline by bonsaid and blocks handling of any other events until completion. To perform the command asynchronously, specify it like [ "setsid" "-f" "my-command" ].

Only effects transitions with type = "exec".

Declarations
Type
null or (list of string)
Default
null
Sign in to create a configuration using this setting.