summaryrefslogtreecommitdiff
path: root/systemd/CMakeLists.txt
diff options
context:
space:
mode:
authorJanusz Kozerski <j.kozerski@samsung.com>2015-07-10 12:11:25 +0200
committerJanusz Kozerski <j.kozerski@samsung.com>2015-07-17 14:34:39 +0200
commit0eabc88017a1cc862f3bc6d5f1ff329f3c3a3996 (patch)
tree07a939126b18f2aa094d9ff7dc28d1c1761ff27e /systemd/CMakeLists.txt
parentecacacfce9dc0f97fc67ba032726583b8881ed97 (diff)
downloadcert-checker-0eabc88017a1cc862f3bc6d5f1ff329f3c3a3996.tar.gz
cert-checker-0eabc88017a1cc862f3bc6d5f1ff329f3c3a3996.tar.bz2
cert-checker-0eabc88017a1cc862f3bc6d5f1ff329f3c3a3996.zip
Add systemd configuration
Change-Id: Id0de6e5eb1387e99b8c8bcb0c66ae13151c1a3f7
Diffstat (limited to 'systemd/CMakeLists.txt')
-rw-r--r--systemd/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
new file mode 100644
index 0000000..982fe1d
--- /dev/null
+++ b/systemd/CMakeLists.txt
@@ -0,0 +1,4 @@
+INSTALL(FILES
+ ${PROJECT_SOURCE_DIR}/systemd/cert-checker.service
+ DESTINATION
+ ${SYSTEMD_UNIT_DIR})