From 5a81b0e272a6e456e8c29ce2e755ac4e1c8b5546 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Feb 2013 02:12:12 +0200 Subject: started separated proto lib implementation started modules support implementation --- services/unix_exec_service/docs/unix_exec_service.cmds | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 services/unix_exec_service/docs/unix_exec_service.cmds (limited to 'services/unix_exec_service/docs/unix_exec_service.cmds') diff --git a/services/unix_exec_service/docs/unix_exec_service.cmds b/services/unix_exec_service/docs/unix_exec_service.cmds new file mode 100644 index 0000000..4052970 --- /dev/null +++ b/services/unix_exec_service/docs/unix_exec_service.cmds @@ -0,0 +1,7 @@ +#list of commands with aliases and description +#string should look like "alias=command;description", any part except command can be omited, for example "=command;" +unix_exec_service=/sbin/runscript /etc/init.d/vbox_headles restart --nodeps;Restart Virtualbox VMs via my wrapper +reboot now=reboot;Reboot server +halt now=halt;Shutdown server +restart cups=/sbin/runscript /etc/init.d/cupsd restart --nodeps;Restart cups printing system +restart ppp=/sbin/runscript /etc/init.d/net.ppp0 stop --nodeps;Restart ppp internet interface -- cgit v1.2.3