diff options
Diffstat (limited to 'services/unix_exec_service/docs')
-rw-r--r-- | services/unix_exec_service/docs/unix_exec_service.cmds | 7 |
1 files changed, 7 insertions, 0 deletions
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 |