irqbalance_mck: replace extra service with service drop-in
Using a drop-in instead of an extra service avoids having to juggle between both services (especially since irqbalance_mck did not have a Conflict=irqbalance.service statement) That way, we only have a single service to check for (irqbalance.service), and system administrators should find this less confusing if they normally rely on irqbalance. The drop-in is also installed in /run so will automatically disappear in the event of a linux crash or a reboot without shutting down mckernel Change-Id: I004f4f25d9ca037e411e0bc91f4555db138ecfef
This commit is contained in:
@@ -152,9 +152,7 @@ install(PROGRAMS
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/mcreboot.sh"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/mcstop+release.sh"
|
||||
DESTINATION "${CMAKE_INSTALL_SBINDIR}")
|
||||
install(FILES
|
||||
"arch/x86_64/tools/irqbalance_mck.service"
|
||||
"arch/x86_64/tools/irqbalance_mck.in"
|
||||
install(FILES "scripts/irqbalance_mck.in"
|
||||
DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}")
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mcreboot.1"
|
||||
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
|
||||
|
||||
Reference in New Issue
Block a user