Difference between revisions of "Start/Stop Services in Softaculous"
(Created page with "There may be times when you need to change the Server config settings. So you will need to restart your servers. === Softaculous Remote === Type the following commands in Te...") |
|||
Line 1: | Line 1: | ||
− | There may be times when you need to change the Server config settings. So you will need to restart your | + | === Overview === |
+ | This guide will help you to Start/Stop/Restart services in Softaculous. | ||
+ | |||
+ | There may be times when you need to change the Server config settings. So you will need to restart your services. | ||
=== Softaculous Remote === | === Softaculous Remote === | ||
Line 17: | Line 20: | ||
<code>user $ service remote restart</code> | <code>user $ service remote restart</code> | ||
− | === Softaculous | + | === Softaculous Enterprise=== |
Type the following commands in Terminal to : | Type the following commands in Terminal to : | ||
− | '''Start''' Softaculous | + | '''Start''' Softaculous Enterprise |
<code>user $ service softaculous start</code> | <code>user $ service softaculous start</code> | ||
− | '''Stop''' Softaculous | + | '''Stop''' Softaculous Enterprise |
<code>user $ service softaculous stop</code> | <code>user $ service softaculous stop</code> | ||
− | '''Restart''' Softaculous | + | '''Restart''' Softaculous Enterprise |
<code>user $ service softaculous restart</code> | <code>user $ service softaculous restart</code> | ||
+ | |||
+ | [[Category:Admin]] | ||
+ | [[Category:How Tos]] |
Revision as of 12:27, 30 May 2013
Overview
This guide will help you to Start/Stop/Restart services in Softaculous.
There may be times when you need to change the Server config settings. So you will need to restart your services.
Softaculous Remote
Type the following commands in Terminal to :
Start Softaculous Remote
user $ service remote start
Stop Softaculous Remote
user $ service remote stop
Restart Softaculous Remote
user $ service remote restart
Softaculous Enterprise
Type the following commands in Terminal to :
Start Softaculous Enterprise
user $ service softaculous start
Stop Softaculous Enterprise
user $ service softaculous stop
Restart Softaculous Enterprise
user $ service softaculous restart