Yes. You must have the etcd.service and fleet.service services with the installation section. I added WantedBy = default.target to mine.
They are already hosted on coreos systems in / usr / lib 64 / systemd / system /. You can copy them to / etc / systemd / system /:
$ cp /usr/lib64/systemd/system/etcd.service / etc / systemd / system /
$ cp /usr/lib64/systemd/system/fleet.service / etc / systemd / system /
$ echo -e '[Install] \ nWantedBy = default.target >> /etc/systemd/system/fleet.service
$ echo -e '[Install] \ nWantedBy = default.target >> /etc/systemd/system/etcd.service
$ systemctl enable etcd.service
$ systemctl enable fleet.service
, , /etc/systemd/ , CoreOSs. /etc/systemd/ , systemd, init.