mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
service menu
This commit is contained in:
parent
f4a2e23d97
commit
132080099b
1 changed files with 35 additions and 35 deletions
|
@ -1,6 +1,41 @@
|
|||
{
|
||||
"tools": {
|
||||
"terminal": null,
|
||||
"services": {
|
||||
"label": "Services",
|
||||
"order": 10,
|
||||
"docs": [
|
||||
{
|
||||
"label": "Managing services",
|
||||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-services-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
{
|
||||
"matches": [
|
||||
"service",
|
||||
"systemd",
|
||||
"target",
|
||||
"socket",
|
||||
"timer",
|
||||
"path",
|
||||
"unit",
|
||||
"systemctl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"boot",
|
||||
"mask",
|
||||
"unmask",
|
||||
"restart",
|
||||
"enable",
|
||||
"disable"
|
||||
],
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"logs": {
|
||||
"label": "Logs",
|
||||
"order": 20,
|
||||
|
@ -10,41 +45,6 @@
|
|||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/reviewing-logs_system-management-using-the-rhel-8-web-console"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"label": "Services",
|
||||
"order": 10,
|
||||
"docs": [
|
||||
{
|
||||
"label": "Managing services",
|
||||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-services-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
{
|
||||
"matches": [
|
||||
"service",
|
||||
"systemd",
|
||||
"target",
|
||||
"socket",
|
||||
"timer",
|
||||
"path",
|
||||
"unit",
|
||||
"systemctl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"boot",
|
||||
"mask",
|
||||
"unmask",
|
||||
"restart",
|
||||
"enable",
|
||||
"disable"
|
||||
],
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
{
|
||||
"matches": [
|
||||
|
|
Loading…
Reference in a new issue