diff --git a/commands.md b/commands.md index fecdb5c..4eadcb6 100644 --- a/commands.md +++ b/commands.md @@ -84,6 +84,18 @@ pkg upgrade # upgrade a packages pkg which # find out which package installed a given file ``` +# Services + +``` +service -l # list all available services +service -e # list all enabled services +service status # show the status of the service with the given servicename +service start # start the service with the given servicename +service stop # stop the service with the given servicename +service restart # restart the service with the given servicename +service reload # reload the configuration of the service with the given servicename +``` + # Network ```