summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxebd <xeb@mail.ru>2019-02-06 08:48:00 +0300
committerGitHub <noreply@github.com>2019-02-06 08:48:00 +0300
commitdbe051d2901b37c2f90662953915c83712a4a60a (patch)
treefda6d1d057b8968d20cddde7a7d8308f4e2bd995
parent73792150c2ef5ddfc978f8f1aa0055b596db4f1c (diff)
parent75d4d4f28925a0c6342a205c01089dcef98f1b0a (diff)
downloadaccel-ppp-dbe051d2901b37c2f90662953915c83712a4a60a.tar.gz
accel-ppp-dbe051d2901b37c2f90662953915c83712a4a60a.zip
Merge pull request #61 from konqueror1/patch-1
Add accel-ppp.service so systemd can work
-rw-r--r--cmake/debian/debian.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/debian/debian.cmake b/cmake/debian/debian.cmake
index 5c994e25..b12c7193 100644
--- a/cmake/debian/debian.cmake
+++ b/cmake/debian/debian.cmake
@@ -58,5 +58,6 @@ if (NOT BUILD_DRIVER_ONLY)
INSTALL(FILES ${CMAKE_HOME_DIRECTORY}/accel-pppd/accel-ppp.conf DESTINATION /etc RENAME accel-ppp.conf.dist)
INSTALL(FILES ${CMAKE_HOME_DIRECTORY}/contrib/debian/accel-ppp-init DESTINATION /etc/init.d RENAME accel-ppp)
INSTALL(FILES ${CMAKE_HOME_DIRECTORY}/contrib/debian/accel-ppp-default DESTINATION /etc/default RENAME accel-ppp)
+ INSTALL(FILES ${CMAKE_HOME_DIRECTORY}/contrib/accel-ppp.service DESTINATION /usr/lib/systemd/system)
endif (CPACK_TYPE STREQUAL Debian6)
endif ()