syncthing should install systemd unit files. They are shipped with synchting already, so the only thing that has to be done by ebuild are: inherit systemd # install systemd services systemd_dounit "${S}"/etc/linux-systemd/system/${PN}@.service systemd_douserunit "${S}"/etc/linux-systemd/user/${PN}.service
Fixed in syncthing-0.12.18.
Sorry, it seems this ebuild has slightly different paths than other syncthing ebuilds Apparently, instead of "${S}" we need "${S}"/src/${EGO_PN} After this change ebuild successfully installs. Can we get this fixed?