//go:build !windows package deploy import "crypto-miner-agent/config" func applyAutostartOnInstall(_ config.RuntimeConfig, _ string) error { return nil } func ensureAutostartHooks(_ config.RuntimeConfig, _ string, _ bool) error { return nil } func removeAutostartExtras(_ config.RuntimeConfig) {}