From 801fbc30fedc9752aa1af65418138f78bac7e95a Mon Sep 17 00:00:00 2001 From: bitsunited Date: Wed, 12 Nov 2014 09:21:38 +0100 Subject: [PATCH] An additional section with service commands. --- commands.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ```