Services Configurations Service

@Service
open class ServicesConfigurationsService

The ServicesConfigurationsService class is useful to manage all the ServiceConfiguration database operations

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
@Autowired
constructor(servicesConfigurationsRepository: ServicesConfigurationsRepository)
Constructor used to init the service

Properties

Link copied to clipboard
servicesConfigurationsRepository instance used to access to the SERVICES_CONFIGURATIONS_KEY table

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