Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:user-guide:services:managing_services [2018/02/19 22:34] – ↷ Page moved and renamed from docs:user-guide:services to docs:user-guide:services:managing_services bobafetthotmail | docs:guide-user:base-system:managing_services [2023/10/14 05:46] – update vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Managing | + | ====== Managing services ====== |
| + | {{section> | ||
| - | LEDE system is composed of many different programs running all the time called daemons or services.\\ | + | ===== Introduction ===== |
| - | The default ones are already set up in a standard installation, | + | * There are multiple [[docs: |
| + | * This how-to describes the method for managing OpenWrt services. | ||
| - | ==== CLI Syntax | + | ===== Goals ===== |
| + | * Start, stop, restart, enable and disable system services. | ||
| + | * Check if a specific service is enabled and running. | ||
| - | '' | + | ===== Web interface instructions ===== |
| + | Manage services using web interface. | ||
| + | - Navigate to **LuCI -> System -> Startup**. | ||
| + | - See the list of all the available services | ||
| - | '' | + | ===== Command-line instructions ===== |
| + | Manage services using command-line interface. | ||
| + | Use the invocation column inside [[docs: | ||
| + | Check [[docs: | ||
| - | '' | + | ^ Command ^ Equivalent ^ Description ^ |
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| - | Technically speaking, the '' | + | Common actions supported by most services. |
| - | The above commands are functionally identical to the following ones (respectively), | + | |
| - | '' | + | |
| - | ''/ | + | |
| - | ''/ | + | |
| - | ==== Luci web interface ==== | + | ^ Action ^ Description ^ |
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| - | Click on **System**, then on **Startup** to land in the page listing all the available services and buttons to execute actions. | ||
| - | |||
| - | ==== Actions ==== | ||
| - | The default actions supported by most services are: | ||
| - | ^ Action | ||
| - | | **start** | ||
| - | | **stop** | Stop the service | | ||
| - | | **restart** | Restart the service | | ||
| - | | **reload** | Reload configuration files (or restart if that fails) | | ||
| - | | **enable** | Enable service autostart | | ||
| - | | **disable** | Disable service autostart | | ||
| - | |||
| - | =====Available services===== | ||
| - | {{pagequery> | ||