1
0
Fork 0
ansible-legacy/roles/libvirthost/files/etc/systemd/system/kvm-tuning.service

12 lines
195 B
SYSTEMD
Raw Normal View History

2019-11-02 20:35:55 +00:00
[Unit]
Description=Tune some system parameters for better KVM performance
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/usr/local/bin/kvm-tuning.sh
[Install]
WantedBy=multi-user.target