Use user-level deployment by default

This commit is contained in:
武阳
2026-05-07 12:03:00 +08:00
parent ec38ffe291
commit fd70af4d56
5 changed files with 29 additions and 30 deletions
@@ -5,7 +5,6 @@ Wants=network-online.target
[Service]
Type=simple
User=__USER__
WorkingDirectory=__PROJECT_ROOT__/frontend/app
ExecStart=__PROJECT_ROOT__/scripts/start-frontend.sh
Restart=always