FastTunnel/fasttunnel.service
2020-11-01 00:07:31 +08:00

12 lines
307 B
Desktop File

[Unit]
Description=fasttunnel
[Service]
Type=simple
#path where fasttunnel.server.dll
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