1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-12 10:44:58 +03:00

Create a non-forking softetherd for upstart and systemd.

Implement a daemon that expects to be invoked by a new-style init like upstart
or systemd as:

	/usr/sbin/softetherd [vpnbridge|vpnclient|vpnserver]

Alternatively, if the command line argument is empty, then use the
`SOFTETHER_MODE` environment variable instead.

Conflicts:
	src/bin/hamcore/strtable_en.stb
This commit is contained in:
Darik Horn
2014-10-03 13:30:24 -04:00
parent b9420c3bfc
commit 64dd780905
5 changed files with 147 additions and 0 deletions

View File

@ -36,6 +36,7 @@ AC_CONFIG_FILES([
src/vpnclient/Makefile
src/vpnbridge/Makefile
src/vpncmd/Makefile
src/softetherd/Makefile
])