feat: Adds system script that enables services during bootstrap.

This commit is contained in:
2025-09-28 20:03:57 -04:00
parent edc3e9c74e
commit 41760ac195
5 changed files with 44 additions and 81 deletions

View File

@@ -26,3 +26,4 @@ echo "Installing packages may require your password multiple times."
echo "Running packages" && $DEV_ENV/run "$args"
echo "Installing configuration" && $DEV_ENV/dev-env "$args"
echo "Installing webapps" && $DEV_ENV/webapp "$args"
echo "Starting system services" && $DEV_ENV/system "$args"