aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-01 19:56:44 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-01 19:56:44 +0200
commit313813f8fbde17d1eae2c53f043e64905e016dc8 (patch)
tree6e4091c18b6e52f72e7dfa43f43e1a4332eaf2ce
parent47d2fc25bf97f7941131f8f23ab15dc3d1e16f47 (diff)
downloadmitjafelicijan.com-313813f8fbde17d1eae2c53f043e64905e016dc8.tar.gz
Notes: Added additional instructions
-rw-r--r--content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md
index e103d32..a08614f 100644
--- a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md
+++ b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md
@@ -251,6 +251,7 @@ AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
251WantedBy=multi-user.target 251WantedBy=multi-user.target
252``` 252```
253 253
254- You might need to reload systemd with `systemctl daemon-reload`.
254- Then I enabled the service with `systemctl enable caddy.service`. 255- Then I enabled the service with `systemctl enable caddy.service`.
255- And then I started the service with `systemctl start caddy.service`. 256- And then I started the service with `systemctl start caddy.service`.
256 257