def get_activation_config():
    """Get the configuration to activate the sso service."""
    description = DescriptionFactory()
    service_name = SD_SERVICE_NAME

    cmdline = get_sd_bin_cmd()

    return ActivationConfig(service_name, cmdline, description)
 def start(self):
     """Start syncdaemon, should *not* be running."""
     try:
         cmd = get_sd_bin_cmd()
     except Exception, e:
         defer.fail(e)