]> Kevux Git Server - fll/commitdiff
Bugfix: properly configure example.
authorKevin Day <thekevinday@gmail.com>
Fri, 16 Apr 2021 23:48:04 +0000 (18:48 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 16 Apr 2021 23:48:04 +0000 (18:48 -0500)
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.

level_3/controller/data/settings/example/rules/service/sshd.rule

index 71d81227ea69af5856752bfd23fd93a38b81a29c..f044d7f50bdd93357f986d6110b5b619c1644119 100644 (file)
@@ -10,4 +10,4 @@ setting:
 
 service:
   use /var/run/sshd.pid
-  start /var/run/sshd.pid
+  start /usr/sbin/sshd