网站首页 碎碎念 碎碎念回复
被打断de狗腿
被打断de狗腿 管理员

https://docs.microsoft.com/en-us/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-3-configure-aspnet-core-application-start-automatically

给asp.net core配置自启动

[Unit]
Description=dpz web images web service

[Service]
WorkingDirectory=/dpangzi/Web.Images/
ExecStart=/usr/bin/dotnet /dpangzi/Web.Images/Dpz.Core.Web.Images.dll --urls="http://localhost:7110;https://localhost:7111"
Restart=always
# restart
RestartSec=10
KillSignal=SIGINT
SyslogIdentifier=dpz-web-images
User=www-data

[Install]
WantedBy=multi-user.target
详情
0
loading