![]() |
how to start/stop/restart vzagent on a VPS container - Printable Version +- Linuxcat.org (https://www.linuxcat.org) +-- Forum: Linux Guides and Troubleshooting (/forumdisplay.php?fid=1) +--- Forum: Linux Guides (/forumdisplay.php?fid=2) +--- Thread: how to start/stop/restart vzagent on a VPS container (/showthread.php?tid=2) |
how to start/stop/restart vzagent on a VPS container - knifebunny - 07-07-2011 07:13 PM The following code will give you the status of vzagent on the container Code: vzagent_ctl status The following commands will start/stop/restart vzagent on the VPS container Code: vzagent_ctl start vzagent_ctl stop vzagent_ctl restart |