edit Configuration

open fun editConfiguration(serviceId: String, programArguments: String, purgeNohupOutAfterReboot: Boolean, autoRunAfterHostReboot: Boolean)

Method used to edit an existing configuration of a BrownieHostService

Parameters

serviceId

The identifier of the service owner

programArguments

The program arguments

purgeNohupOutAfterReboot

Whether the nohup.out file related to the service must be deleted at each service start

autoRunAfterHostReboot

Whether the service must be automatically restarted after the host start or the host restart