aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md')
-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