store Configuration

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

Method used to store a new 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