mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 12:45:57 +01:00
Interactive users or deployment systems may want to perform configuration before starting. For example, I may want to configure the flannel data in etcd before starting flannel. This topic comes up a lot in the RPM/deb worlds too; most RPM distributions are inconsistent about this, whereas Debian basically never starts a service on package install. I think also it's better to teach admins to use systemd for service management directly. (This commit also changes things so we only `enable` on initial install, which is a minor tweak) Closes: #584 Approved by: rhatdan