Files
taxbaik/deploy/taxbaik.service
T
kjh2064 a60451b95f
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m37s
fix: favicon and ci deployment checks
2026-07-01 12:58:21 +09:00

27 lines
703 B
Desktop File

[Unit]
Description=TaxBaik Backend App (.NET 10)
After=network.target
[Service]
Type=simple
User=kjh2064
WorkingDirectory=/home/kjh2064/taxbaik_active
ExecStart=/usr/bin/dotnet TaxBaik.Web.dll
Restart=always
RestartSec=5
# Graceful Shutdown (Hot Deploy용)
TimeoutStopSec=35
KillMode=mixed
KillSignal=SIGTERM
SyslogIdentifier=taxbaik
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=ASPNETCORE_URLS=http://127.0.0.1:5004
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false
# 아래 줄은 서버에서 직접 편집 (git에 커밋하지 않음)
# Environment=ConnectionStrings__Default=Host=localhost;Database=taxbaikdb;Username=taxbaik;Password=CHANGE_ME
[Install]
WantedBy=multi-user.target