Compare commits

..

No commits in common. "v1.4.0_dev" and "libuv_dhcpd_dev" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ IF (BUILD_TESTING)
ENDIF ()
INCLUDE(system_libs)
SET(VCPE_VERSION "1.4.0")
SET(VCPE_VERSION "1.2.0")
PROJECT(vCPE VERSION "${VCPE_VERSION}")
SET(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig")

View File

@ -12,7 +12,7 @@ Restart=always
RestartSec=5
User=root
WorkingDirectory=/home/jw/vcpe/srcs
ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -n vxlan0 -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw==
ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -m -n vxlan0 -d ./config/ -k pqwAQ81rxg70aoy3v+Jjrw==
[Install]
WantedBy=multi-user.target