mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-11-19 18:01:33 +03:00
Fixed the service title.
This commit is contained in:
@ -160,7 +160,7 @@ int main(int argc, char *argv[])
|
||||
#ifdef OS_WIN32
|
||||
return MsService(GC_SVC_NAME_VPNBRIDGE, StartProcess, StopProcess, ICO_BRIDGE, argv[0]);
|
||||
#else // OS_WIN32
|
||||
return UnixService(argc, argv, "sevpnbridge", StartProcess, StopProcess);
|
||||
return UnixService(argc, argv, "vpnbridge", StartProcess, StopProcess);
|
||||
#endif // OS_WIN32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user