Centralize service enabling

This commit is contained in:
Ryan Hughes
2025-11-10 17:45:51 -05:00
parent 8984affcbe
commit 4178547bbf
6 changed files with 31 additions and 18 deletions

View File

@@ -1,4 +1,2 @@
# Add user to docker group
sudo usermod -aG docker ${USER}
sudo systemctl restart systemd-resolved
sudo systemctl enable docker
sudo systemctl daemon-reload