summaryrefslogtreecommitdiff
path: root/systemd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/CMakeLists.txt')
-rw-r--r--systemd/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
new file mode 100644
index 0000000..ede78be
--- /dev/null
+++ b/systemd/CMakeLists.txt
@@ -0,0 +1,6 @@
+INSTALL(
+ FILES
+ ${PROJECT_SOURCE_DIR}/systemd/cert-server.socket
+ ${PROJECT_SOURCE_DIR}/systemd/cert-server.service
+ DESTINATION ${SYSTEMD_UNIT_DIR}
+ )