Services
Configurations
Service
The ServicesConfigurationsService
class is useful to manage all the ServiceConfiguration
database operations
Author
N7ghtm4r3 - Tecknobit
Properties
Functions
Link copied to clipboard
open fun editConfiguration(serviceId: String, programArguments: String, purgeNohupOutAfterReboot: Boolean, autoRunAfterHostReboot: Boolean)
Method used to edit an existing
configuration of a BrownieHostService
Link copied to clipboard
open fun storeConfiguration(serviceId: String, programArguments: String, purgeNohupOutAfterReboot: Boolean, autoRunAfterHostReboot: Boolean)
Method used to store a new configuration of
a
BrownieHostService