configd: avoid ||, clarify description even more

pull/27/head
Franco Fichtner 6 years ago
parent 632a173566
commit 7b0c44c6ac

@ -50,7 +50,7 @@ Our ssh service has two actions available:
message:starting sshd message:starting sshd
[stop] [stop]
command:/bin/pkill -TERM sshd || exit 0 command:/bin/pkill -TERM sshd; exit 0
parameters: parameters:
type:script type:script
message:stop sshd message:stop sshd
@ -81,7 +81,7 @@ Action properties
+-----------------------+------------------------+--------------------------------------------------------+ +-----------------------+------------------------+--------------------------------------------------------+
| message | text | Message to send to syslog (you can use %s parameters) | | message | text | Message to send to syslog (you can use %s parameters) |
+-----------------------+------------------------+--------------------------------------------------------+ +-----------------------+------------------------+--------------------------------------------------------+
| description | text | User-friendly description, also allows Cron GUI use | | description | text | User-friendly description, also allows GUI usage |
+-----------------------+------------------------+--------------------------------------------------------+ +-----------------------+------------------------+--------------------------------------------------------+

Loading…
Cancel
Save