1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-25 16:29:27 +03:00

Fixed the service title.

This commit is contained in:
Daiyuu Nobori
2017-10-19 15:24:51 +09:00
parent 804b9f1a19
commit d8bf734baa
6 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -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
}