mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-12 02:34:59 +03:00
Fixed the service title.
This commit is contained in:
@ -161,7 +161,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
return MsService(GC_SVC_NAME_VPNSERVER, StartProcess, StopProcess, ICO_CASCADE, argv[0]);
|
||||
#else // OS_WIN32
|
||||
return UnixService(argc, argv, "sevpnserver", StartProcess, StopProcess);
|
||||
return UnixService(argc, argv, "vpnserver", StartProcess, StopProcess);
|
||||
#endif // OS_WIN32
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user