10 lines
204 B
Desktop File
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
|