From: Kevin Day Date: Fri, 16 Apr 2021 23:48:04 +0000 (-0500) Subject: Bugfix: properly configure example. X-Git-Tag: 0.5.3~41 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=2b1f0a79e7560d917ef8cefec76c05cba0926efb;p=fll Bugfix: properly configure example. The reason why controller is attempting to execute "/var/run/sshd.pid" is not because it is incorrectly attempting to process the "use" as a start. Instead, it is because it is properly attempting to do so because it is being told to. Oops! This is just a simple misconfiguration and not a bug in the code. A bug in the configuration. --- diff --git a/level_3/controller/data/settings/example/rules/service/sshd.rule b/level_3/controller/data/settings/example/rules/service/sshd.rule index 71d8122..f044d7f 100644 --- a/level_3/controller/data/settings/example/rules/service/sshd.rule +++ b/level_3/controller/data/settings/example/rules/service/sshd.rule @@ -10,4 +10,4 @@ setting: service: use /var/run/sshd.pid - start /var/run/sshd.pid + start /usr/sbin/sshd