My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct paths

+4 -4
+4 -4
content/post/who-watches-watchmen-i.md
··· 202 202 203 203 [Service] 204 204 Environment=PORT=80 205 - ExecStart=/opt/plug/bin/plug start 205 + ExecStart=/opt/hello/bin/hello start 206 206 ``` 207 207 208 208 Now you can create file with that content in ··· 283 283 # Define `Type=` to `notify` 284 284 Type=notify 285 285 Environment=PORT=80 286 - ExecStart=/opt/plug/bin/plug start 286 + ExecStart=/opt/hello/bin/hello start 287 287 WatchdogSec=1min 288 288 ``` 289 289 ··· 404 404 [Service] 405 405 Environment=PORT=80 406 406 Type=notify 407 - ExecStart=/opt/plug/bin/plug start 407 + ExecStart=/opt/hello/bin/hello start 408 408 WatchdogSec=1min 409 409 ``` 410 410 ··· 459 459 [Service] 460 460 Type=notify 461 461 Environment=PORT=80 462 - ExecStart=/opt/plug/bin/plug start 462 + ExecStart=/opt/hello/bin/hello start 463 463 WatchdogSec=1min 464 464 465 465 # We need to add capability to be able to bind on port 80