Skip to content

Service Management

LXC AutoScale runs as a systemd service.

Commands

bash
# Start
systemctl start lxc_autoscale.service

# Stop
systemctl stop lxc_autoscale.service

# Restart (required after config changes)
systemctl restart lxc_autoscale.service

# Check status
systemctl status lxc_autoscale.service

# Enable at boot
systemctl enable lxc_autoscale.service

# Disable at boot
systemctl disable lxc_autoscale.service

Command-line options

The daemon accepts the following arguments:

FlagDescription
--poll_interval <seconds>Override the polling interval from config.
--energy_modeEnable energy efficiency mode (reduce resources during off-peak).
--rollbackRestore all containers to their last backed-up settings.
--debugEnable debug-level logging.

Released under the MIT License.