native-turbo/sysboost.service

11 lines
187 B
SYSTEMD
Raw Normal View History

2023-04-08 15:48:32 +08:00
[Unit]
Description=Run sysboost for Kunpeng CPU
Requires=sysboost.service
After=sysboost.service
[Service]
Type=oneshot
ExecStart=/usr/bin/sysboostd
2023-04-08 15:48:32 +08:00
[Install]
WantedBy=multi-user.target