centos 8 下設(shè)置.net core項(xiàng)目開(kāi)機(jī)自動(dòng)啟動(dòng)

centos 8 下設(shè)置.net core項(xiàng)目開(kāi)機(jī)自動(dòng)啟動(dòng)



學(xué)習(xí)下載專區(qū) 【2021-01-16 16:36】


centos 8 下設(shè)置.net core 5.0 開(kāi)機(jī)自動(dòng)啟動(dòng)


centos 8 下設(shè)置.net core項(xiàng)目開(kāi)機(jī)自動(dòng)啟動(dòng)


1.1在/etc/systemd/system 下創(chuàng)建pgsqlcodefirst.service文件;
pgsqlcodefirst.service文件添加:

[Unit]

Description="pgsqlcodefirst.Service"      


[Service]

Type=simple

GuessMainPID=true

WorkingDirectory=/home/net50/

StandardOutput=journal

StandardError=journal

ExecStart=/usr/lib64/dotnet/dotnet /home/net50/pgsqlcodefirst.dll                                           //啟動(dòng)指令

Restart=always

[Install]

WantedBy=multi-user.target


2.使自啟動(dòng)生效
systemctl enable pgsqlcodefirst.service

3.立即啟動(dòng)項(xiàng)目服務(wù)
systemctl start pgsqlcodefirst.service

systemctl stop pgsqlcodefirst.service
systemctl restart pgsqlcodefirst.service
systemctl list-units --type=service

 

 

5.重啟服務(wù):
shutdown -r now

6.重啟后訪問(wèn):http://ip:port/


友情鏈接:
SQL數(shù)據(jù)庫(kù)修復(fù)專家

——信陽(yáng)市速全網(wǎng)絡(luò)科技有限公司——

版權(quán)所有:信陽(yáng)市速全網(wǎng)絡(luò)科技有限公司

豫ICP備19030104號(hào)-2