summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorkonqueror1 <24898074+konqueror1@users.noreply.github.com>2018-12-06 14:24:42 +0200
committerGitHub <noreply@github.com>2018-12-06 14:24:42 +0200
commit75d4d4f28925a0c6342a205c01089dcef98f1b0a (patch)
tree3dfb95cf0b4ad512213a33b2e717116eedbe4e3c /cmake
parent2e66e6a9e39b1e1b27a1b898efdd3a955bbf1d4e (diff)
downloadaccel-ppp-75d4d4f28925a0c6342a205c01089dcef98f1b0a.tar.gz
accel-ppp-75d4d4f28925a0c6342a205c01089dcef98f1b0a.zip
Add accel-ppp.service so systemd can work
Diffstat (limited to 'cmake')
-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 5c994e2..b12c719 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 ()