Difference between revisions of "Service Control"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 16: | Line 16: | ||
==Installation== | ==Installation== | ||
− | + | <tabs container><tab name="For SME 10"> | |
− | + | yum install smeserver-service_control | |
− | yum | + | </tab><tab name="For SME 9"> |
− | |||
* For SME Server 9 | * For SME Server 9 | ||
yum --enablerepo=smecontribs install smeserver-service_control | yum --enablerepo=smecontribs install smeserver-service_control | ||
Line 27: | Line 26: | ||
but if you don't want to restart your server you can do | but if you don't want to restart your server you can do | ||
signal-event console-save | signal-event console-save | ||
+ | |||
+ | </tab><tab name="For SME 8"> | ||
+ | |||
+ | This contrib is currently held in the [[stephdl]] repository, so the following commands will install on your smeserver. | ||
+ | yum --enablerepo=stephdl install smeserver-service_control | ||
+ | then issue: | ||
+ | signal-event post-upgrade; signal-event reboot | ||
+ | </tab> | ||
+ | </tabs> | ||
Go to the service_control panel on Server Manager and activate changes you need | Go to the service_control panel on Server Manager and activate changes you need | ||
Revision as of 20:34, 18 September 2022
Service_Control for SME 8.x and 9.X
Maintainer
Stephane de Labrusse aka stephdl
Version
Description
Service_Control allow you to adjust status of all services contains in the server.
- enabled/disabled
- private/public access
TCP Port can be changed for services that accept this parameter.
Installation
yum install smeserver-service_control
- For SME Server 9
yum --enablerepo=smecontribs install smeserver-service_control
You will then need to activate the database changes, the 'official' way is to perform
signal-event post-upgrade; signal-event reboot
but if you don't want to restart your server you can do
signal-event console-save
This contrib is currently held in the stephdl repository, so the following commands will install on your smeserver.
yum --enablerepo=stephdl install smeserver-service_control
then issue:
signal-event post-upgrade; signal-event reboot
Go to the service_control panel on Server Manager and activate changes you need
Usage
You can access Service_Control interface in the server-manager.
Uninstall
yum remove smeserver-service_control
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-service_control component or use this link
"No open bugs found."