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.