Skip to content

Commit

Permalink
Remove memorymanager.service file
Browse files Browse the repository at this point in the history
:Release Notes:
Remove memorymanager.service file

:Detailed Notes:
The memorymanager.service file will be installed from meta-lg-webos

:Testing Performed:
Local Test : OK

:QA Notes:

:Issues Addressed:
N/A

Change-Id: Icfcf89d4cf1b915e925737819897170ec41a499e
  • Loading branch information
hongsukil committed Nov 27, 2023
1 parent 80a627a commit 791e2c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
27 changes: 0 additions & 27 deletions files/launch/memorymanager.service.in

This file was deleted.

6 changes: 1 addition & 5 deletions src/memorymanager/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2018-2021 LG Electronics, Inc.
# Copyright (c) 2018-2023 LG Electronics, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -87,7 +87,3 @@ set(LIBS
)
target_link_libraries(${BIN_NAME} ${LIBS})

# Install
install(TARGETS ${BIN_NAME} DESTINATION ${WEBOS_INSTALL_SBINDIR})
webos_build_configured_file(files/launch/memorymanager.conf SYSCONFDIR init)
webos_build_configured_file(files/launch/memorymanager.service SYSCONFDIR systemd/system)

0 comments on commit 791e2c2

Please sign in to comment.