mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-07 18:19:34 +08:00
12 lines
307 B
Desktop File
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 |