Added packaging support for Trixie under 'debian/trixie/'. This change brings updates from the 'f/trixie' branch into 'master' to ensure consistent functionality and packaging structure across both branches. isolcpus-device-plugin kubernetes-unversioned Story: 2011360 Task: 53245 Change-Id: I40bdc1830cdd410f5f4ccc95090f8f0fa4171dd7 Signed-off-by: pmp1 <preetham.mp@windriver.com> Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
;
|
|
; Copyright (c) 2019 Wind River Systems, Inc.
|
|
;
|
|
; SPDX-License-Identifier: Apache-2.0
|
|
;
|
|
[process]
|
|
process = isolcpu_plugin
|
|
service = isolcpu_plugin
|
|
pidfile = /var/run/isolcpu_plugin.pid
|
|
style = lsb ; lsb
|
|
severity = major ; minor, major, critical
|
|
restarts = 3 ; restarts before error assertion
|
|
startuptime = 5 ; seconds to wait after process start
|
|
interval = 5 ; number of seconds to wait between restarts
|
|
debounce = 20 ; number of seconds to wait before degrade clear
|
|
subfunction = worker ; pmon will start monitoring once worker config is complete
|