aboutsummaryrefslogtreecommitdiffstats
path: root/apps/producers
diff options
context:
space:
mode:
Diffstat (limited to 'apps/producers')
-rwxr-xr-xapps/producers/CMakeLists.txt2
-rw-r--r--apps/producers/config/iping-server.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/producers/CMakeLists.txt b/apps/producers/CMakeLists.txt
index 29d71010..15a7a4f8 100755
--- a/apps/producers/CMakeLists.txt
+++ b/apps/producers/CMakeLists.txt
@@ -40,5 +40,5 @@ install(TARGETS producer-hello-world DESTINATION ${CMAKE_INSTALL_PREFIX}/bin COM
install(TARGETS iping-server DESTINATION ${CMAKE_INSTALL_PREFIX}/bin COMPONENT library)
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
- install(FILES ${PRODUCER_PING_SERVER_SERVICE_FILE} DESTINATION /lib/systemd/system)
+ install(FILES ${PRODUCER_PING_SERVER_SERVICE_FILE} DESTINATION /lib/systemd/system COMPONENT library)
endif()
diff --git a/apps/producers/config/iping-server.service b/apps/producers/config/iping-server.service
index 1c5d12f9..d8ca0a9c 100644
--- a/apps/producers/config/iping-server.service
+++ b/apps/producers/config/iping-server.service
@@ -18,7 +18,7 @@ After=metis-forwarder.service
[Service]
Environment=SIZE=64
-Environment-NAME=ccnx:/$(hostname)-pingserver
+Environment-NAME=ccnx:/$(hostname)/pingserver
# This will overrride the default environment
EnvironmentFile=-/etc/default/ccnx/iping.conf
ExecStart=/bin/bash -c "/usr/bin/iping-server -s ${SIZE} ${NAME}"