FAQ: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
To see how a particular service is named please type '''ls /etc/init.d''' command in SSH. | To see how a particular service is named please type '''ls /etc/init.d''' command in SSH. | ||
As you can see in the example this command list files that are located on '''init.d''' directory | As you can see in the example this command list files that are located on '''init.d''' directory | ||
For example in order to restart OpenVPN service you have to specify directory location and add command "'''restart'''". | For example in order to restart OpenVPN service you have to specify directory location and add command "'''restart'''". | ||
Example: '''/etc/init.d/openvpn restart''' | Example: '''/etc/init.d/openvpn restart''' |