ini systemd样本服务

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini systemd样本服务相关的知识,希望对你有一定的参考价值。

# sudo nano /etc/systemd/system/kestrel-hellomvc.service

[Unit]
Description=Example .NET Web API Application running on Ubuntu

[Service]
WorkingDirectory=/var/aspnetcore/hellomvc
ExecStart=/usr/bin/dotnet /var/aspnetcore/hellomvc/hellomvc.dll
Restart=always
RestartSec=10  # Restart service after 10 seconds if dotnet service crashes
SyslogIdentifier=dotnet-example
User=www-data
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false

[Install]
WantedBy=multi-user.target



# systemctl enable kestrel-hellomvc.service
# sudo journalctl -fu kestrel-hellomvc.service

以上是关于ini systemd样本服务的主要内容,如果未能解决你的问题,请参考以下文章

ini uwsgi.ini与systemd(或主管)合作

在 Linux 上使用 Systemd 运行 Java Jar 应用程序

ini SSLedge的浪涌配置(样本)

ini Ganlia样本配置

ini 样本主管conf

ini 样本收集配置以获取jetty和jvm指标以进行监控(并发送到石墨)