1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 02:09:25 +03:00

Preparing the development branch

This commit is contained in:
Daiyuu Nobori
2017-10-19 15:18:42 +09:00
parent d7d0e6d36f
commit 804b9f1a19
3 changed files with 3 additions and 3 deletions

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, "vpnbridge", StartProcess, StopProcess);
return UnixService(argc, argv, "sevpnbridge", StartProcess, StopProcess);
#endif // OS_WIN32
}