网站首页 碎碎念 碎碎念回复
给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