增加 systemd 守护进程模板

This commit is contained in:
SpringHgui 2019-12-16 22:11:55 +08:00
parent cff0ba7cc8
commit eb7d5a252f

View File

@ -0,0 +1,11 @@
[Unit]
Description=fasttunnel
[Service]
Type=simple
WorkingDirectory=/root/fasttunnel/ # 根据自己的目录进行修改,设置为程序根目录
#Restart=on-failure
#RestartSec=10
ExecStart=/usr/share/dotnet/dotnet FastTunnel.Server.dll
ExecReload=/usr/share/dotnet/dotnet FastTunnel.Server.dll
[Install]
WantedBy=multi-user.target