File: //proc/thread-self/root/proc/self/root/lib/systemd/system/loadavg-ebpf.service
[Unit]
Description=eBPF-based CPU load average normalization
DefaultDependencies=no
After=local-fs.target
Before=sysinit.target shutdown.target
Conflicts=shutdown.target
StartLimitIntervalSec=0
ConditionPathExists=!/proc/sys/fs/datacycle
[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/loadavg-ebpf
ExecStart=/opt/eig_linux/bin/loadavg-ebpf $OPTIONS
Restart=always
RestartSec=5
[Install]
WantedBy=sysinit.target