salt/states/roles/maintain/host/balloon.service
2023-12-25 23:34:07 -06:00

10 lines
204 B
Desktop File

[Unit]
Description=Automatically adjust balloon size to free up unused memory
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/bin/bash /root/scripts/balloon.sh
[Install]
WantedBy=multi-user.target