From 2a11b85c8caf66cb5bd27534fba1104874607d00 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 5 May 2025 13:55:02 -0600 Subject: [PATCH] variable updates --- build.homelab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.homelab.md b/build.homelab.md index 0659b7f..03a26bd 100644 --- a/build.homelab.md +++ b/build.homelab.md @@ -107,11 +107,11 @@ sudo apt-get update && sudo apt-get install syncthing ### Post Install Run syncthing as a system service. ``` -sudo systemctl start syncthing@bunker-admin +sudo systemctl start syncthing@[insert user] ``` ``` -sudo systemctl enable syncthing@bunker-admin +sudo systemctl enable syncthing@[insert user] ``` ## [Docker](https://www.docker.com/) Docker helps developers build, share, run, and verify applications anywhere — without tedious environment configuration or management.