From 7b0c44c6acdaf9b2ad589d655e32fe08128be9bc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 18 May 2018 10:40:03 +0200 Subject: [PATCH] configd: avoid ||, clarify description even more --- source/development/backend/configd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/development/backend/configd.rst b/source/development/backend/configd.rst index 4e220ce0..8f57393f 100644 --- a/source/development/backend/configd.rst +++ b/source/development/backend/configd.rst @@ -50,7 +50,7 @@ Our ssh service has two actions available: message:starting sshd [stop] - command:/bin/pkill -TERM sshd || exit 0 + command:/bin/pkill -TERM sshd; exit 0 parameters: type:script message:stop sshd @@ -81,7 +81,7 @@ Action properties +-----------------------+------------------------+--------------------------------------------------------+ | 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 | +-----------------------+------------------------+--------------------------------------------------------+