diff options
-rw-r--r-- | CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/man/ouroboros.8 | 4 | ||||
-rw-r--r-- | ouroboros.service.in (renamed from irmd.service.in) | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 130e3eb6..f243cf4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,9 +125,9 @@ if (SYSTEMD_FOUND) endif () if (NOT ${SYSTEMD_UNITDIR} STREQUAL "") message(STATUS "Installing systemd service in: ${SYSTEMD_UNITDIR}") - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/irmd.service.in" - "${CMAKE_CURRENT_BINARY_DIR}/irmd.service" @ONLY) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/irmd.service" + configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ouroboros.service.in" + "${CMAKE_CURRENT_BINARY_DIR}/ouroboros.service" @ONLY) + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ouroboros.service" DESTINATION "${SYSTEMD_UNITDIR}") endif () endif () diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 45705053..88efd15b 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -36,9 +36,9 @@ superuser): $ irmd -or, if your system uses systemd, the IRM can be started as a service: +or, if your system uses systemd, Ouroboros can be started as a service: -$ systemctl start irmd +$ systemctl start ouroboros When started from the command line, the IRM has the following options: .PP diff --git a/irmd.service.in b/ouroboros.service.in index e6dc006e..e6dc006e 100644 --- a/irmd.service.in +++ b/ouroboros.service.in |