summaryrefslogtreecommitdiff
path: root/services/unix_exec_service/docs
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-11 02:12:12 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-11 02:12:12 +0200
commit5a81b0e272a6e456e8c29ce2e755ac4e1c8b5546 (patch)
treefe3f315cf3ebf102ca5d6b8529fc172ab55c9352 /services/unix_exec_service/docs
parent94a11e7736df09143fd7cf1a75282dc9b408fbd9 (diff)
started separated proto lib implementation
started modules support implementation
Diffstat (limited to 'services/unix_exec_service/docs')
-rw-r--r--services/unix_exec_service/docs/unix_exec_service.cmds7
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