this repo has no description

fix: correct paths

Changed files
+4 -4
content
+4 -4
content/post/who-watches-watchmen-i.md
···
[Service]
Environment=PORT=80
-
ExecStart=/opt/plug/bin/plug start
+
ExecStart=/opt/hello/bin/hello start
```
Now you can create file with that content in
···
# Define `Type=` to `notify`
Type=notify
Environment=PORT=80
-
ExecStart=/opt/plug/bin/plug start
+
ExecStart=/opt/hello/bin/hello start
WatchdogSec=1min
```
···
[Service]
Environment=PORT=80
Type=notify
-
ExecStart=/opt/plug/bin/plug start
+
ExecStart=/opt/hello/bin/hello start
WatchdogSec=1min
```
···
[Service]
Type=notify
Environment=PORT=80
-
ExecStart=/opt/plug/bin/plug start
+
ExecStart=/opt/hello/bin/hello start
WatchdogSec=1min
# We need to add capability to be able to bind on port 80