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>
15 lines
404 B
Desktop File
15 lines
404 B
Desktop File
[Unit]
|
|
Description=Kubernetes Isolated CPU Plugin Daemon
|
|
Documentation=https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
|
After=kubelet.service
|
|
Requires=kubelet.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/sbin/isolcpu_plugin
|
|
ExecStartPost=/bin/bash -c 'echo $MAINPID > /var/run/isolcpu_plugin.pid'
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|