Home > |
---|
Start a named service on the SafeNet appliance. Services usually need to be started only if they were stopped with a service stop command, or if the service stopped unexpectedly.
Use the service list command to display a list of services that you can stop.
service start <service_name>
Parameter | Shortcut | Description |
---|---|---|
<service_name> |
Specifies the service to start. Valid values: network, ssh, ntls, syslog, ntp, snmp, sysstat |
lunash:>service start syslog
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Command Result : 0 (Success)