nginx发布配置文件原创
金蝶云社区-碎银几两
碎银几两
0人赞赏了该文章 12次浏览 未经作者许可,禁止转载编辑于2024年09月14日 10:07:30

[Unit]

Description=文件服务API服务

[Service]

WorkingDirectory= /data/public/fuwu/

ExecStart=/data/Core/dotnet /data/public/fuwu/fuwuFileServices.dll

Restart=always

RestartSec=10

KillSignal=SIGINT

User=jnszf

Environment=ASPNETCORE_ENVIRONMENT=Developent

Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false

[Install]

WantedBy=multi-user.target


赞 0