add systemd timer + a service and a timer can have same name
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
"owner": "default",
|
||||
"value": "oui"
|
||||
},
|
||||
"services.testsrv.activate": {
|
||||
"services.testsrv_service.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.testsrv.manage": {
|
||||
"services.testsrv_service.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": "oui",
|
||||
"services.testsrv.activate": true,
|
||||
"services.testsrv.manage": true
|
||||
"services.testsrv_service.activate": true,
|
||||
"services.testsrv_service.manage": true
|
||||
}
|
||||
|
@ -3,11 +3,11 @@
|
||||
"owner": "default",
|
||||
"value": "oui"
|
||||
},
|
||||
"services.testsrv.activate": {
|
||||
"services.testsrv_service.activate": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
},
|
||||
"services.testsrv.manage": {
|
||||
"services.testsrv_service.manage": {
|
||||
"owner": "default",
|
||||
"value": true
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ option_2 = OptionDescription(name="general", doc="général", children=[option_3
|
||||
option_1 = OptionDescription(name="rougail", doc="rougail", children=[option_2])
|
||||
option_6 = BoolOption(name="activate", doc="activate", default=True)
|
||||
option_7 = BoolOption(name="manage", doc="manage", default=True)
|
||||
option_5 = OptionDescription(name="testsrv", doc="testsrv", children=[option_6, option_7])
|
||||
option_5 = OptionDescription(name="testsrv_service", doc="testsrv.service", children=[option_6, option_7])
|
||||
option_5.impl_set_information('engine', "creole")
|
||||
option_4 = OptionDescription(name="services", doc="services", children=[option_5], properties=frozenset({"hidden"}))
|
||||
option_0 = OptionDescription(name="baseoption", doc="baseoption", children=[option_1, option_4])
|
||||
|
Reference in New Issue
Block a user