mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-03 16:51:32 +03:00
Implement foreground mode for Unix services
Add '--foreground' command line parameter. When provided, it prevents Unix service from running in daemon mode. Update help message.
This commit is contained in:
committed by
Joshua Perry
parent
d4d17549c4
commit
825931e11c
@ -141,6 +141,7 @@ typedef void (SERVICE_FUNCTION)();
|
||||
#define UNIX_SVC_ARG_STOP "stop"
|
||||
#define UNIX_SVC_ARG_EXEC_SVC "execsvc"
|
||||
#define UNIX_ARG_EXIT "exit"
|
||||
#define UNIX_SVC_ARG_FOREGROUND "--foreground"
|
||||
|
||||
#define UNIX_SVC_MODE_START 1
|
||||
#define UNIX_SVC_MODE_STOP 2
|
||||
|
||||
Reference in New Issue
Block a user