把控制台应用程序修改为ubuntu服务

1,创建服务文件

sudo nano /etc/systemd/system/kestrel-helloapp.service

2,修改服务文件内容

[Unit]

Description=Example .NET Web API App running on Ubuntu#服务描述

[Service]

WorkingDirectory=/var/www/helloapp#服务文件夹路径

ExecStart=/usr/bin/dotnet /var/www/helloapp/helloapp.dll//服务文件路径

Restart=always

# Restart service after 10 seconds if the dotnet service crashes:

RestartSec=10

KillSignal=SIGINT

SyslogIdentifier=dotnet-example

User=www-data #运行用户,必须已存在的音乐

Environment=ASPNETCORE_ENVIRONMENT=Production

Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false

[Install]

WantedBy=multi-user.target

 

3,启用服务文件

sudo systemctl enable kestrel-helloapp.service

 

4,启动服务

sudo systemctl start kestrel-helloapp.service

5,查看服务运行状态

sudo systemctl status kestrel-helloapp.service

6,停止服务

sudo systemctl stop kestrel-helloapp.service

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值