From 1fa6f95135cfec036d7f3104816ff2c00208f54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 5 Jul 2017 20:57:56 +0200 Subject: priod: systemd unit, configuration --- CMakeLists.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b0f51..0d53c25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,13 +72,19 @@ set (SYSTEMD_UNITDIR /lib/systemd/system configure_file (${PROJECT_SOURCE_DIR}/fancontrol-ng.service.in ${PROJECT_BINARY_DIR}/fancontrol-ng.service @ONLY) -# System-wide unit files should be installed under /lib and not /usr/lib -install (FILES ${PROJECT_BINARY_DIR}/fancontrol-ng.service - DESTINATION "${SYSTEMD_UNITDIR}") install (FILES fancontrol-ng.conf.example DESTINATION ${CMAKE_INSTALL_DATADIR}/fancontrol-ng) -# TODO: priod is also going to need a systemd unit file +configure_file (${PROJECT_SOURCE_DIR}/priod.service.in + ${PROJECT_BINARY_DIR}/priod.service @ONLY) +install (FILES priod.conf.example + DESTINATION ${CMAKE_INSTALL_DATADIR}/priod) + +# System-wide unit files should be installed under /lib and not /usr/lib +install (FILES + ${PROJECT_BINARY_DIR}/fancontrol-ng.service + ${PROJECT_BINARY_DIR}/priod.service + DESTINATION "${SYSTEMD_UNITDIR}") if (WITH_GDM) install (TARGETS gdm-switch-user DESTINATION ${CMAKE_INSTALL_BINDIR}) -- cgit v1.2.3