FastTunnel/fasttunnel.service

12 lines
307 B
SYSTEMD
Raw Normal View History

2019-12-16 22:11:55 +08:00
[Unit]
Description=fasttunnel
[Service]
Type=simple
2020-02-28 12:23:49 +08:00
#path where fasttunnel.server.dll
WorkingDirectory=/root/fasttunnel/
2019-12-16 22:11:55 +08:00
#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