Priya Krishnan wrote: > 2. If two services are mutually exclusive, is there a way to control > the execution of the other service (not start as long as this > service is running, or throw an error message) from the manifest?
You can use the "exclude_all" dependency type. From smf(5): exclude_all Satisfied when all of the cited services are disabled, in the maintenance state, or when cited services or files are not present. -- Renaud