Skip to content

Commit

Permalink
configd: avoid ||, clarify description even more
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed May 18, 2018
1 parent 632a173 commit 7b0c44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/development/backend/configd.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
+-----------------------+------------------------+--------------------------------------------------------+


Expand Down

0 comments on commit 7b0c44c

Please sign in to comment.