1
0

Implemented quiet option for cmd_spawn (closes #12)

This commit is contained in:
Patrick Gaskin
2020-05-07 15:31:26 -04:00
parent b323a54758
commit e5a3635117
2 changed files with 11 additions and 2 deletions

View File

@@ -58,6 +58,7 @@
# shutdown
# reboot
# cmd_spawn - the command line to pass to /bin/sh -c (started in /)
# It can be prefixed with "quiet:" to prevent the toast with the process PID from being displayed.
# cmd_output - the timeout in milliseconds (0 < t < 10000), a colon, then the command line to pass to /bin/sh -c (started in /)
#
# chain:<action>:<arg>