1
Service:ASP.NET
系統管理員 edited this page 2026-03-06 06:15:36 +00:00
# /etc/systemd/system/
[Unit]
Description=..write something about project
[Service]
Type=simple
WorkingDirectory=/home/gitlab-runner/deploy/{project_name}
ExecStart=/usr/bin/dotnet /home/gitlab-runner/deploy/{project_name}/{project_name}.dll --environment {environment_name} --urls={url}
Restart=always
[Install]
WantedBy=multi-user.target