1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +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

@ -147,7 +147,7 @@ int main(int argc, char *argv[])
return MsService(GC_SVC_NAME_VPNCLIENT, StartProcess, StopProcess, ICO_MACHINE, argv[0]);
#else // OS_WIN32
return UnixService(argc, argv, "vpnclient", StartProcess, StopProcess);
return UnixService(argc, argv, "sevpnclient", StartProcess, StopProcess);
#endif // OS_WIN32
}