diff options
author | 2016-02-10 19:12:48 +0100 | |
---|---|---|
committer | 2016-02-10 19:13:33 +0100 | |
commit | d248776f69defe6b3774fe6286d1d473664e8047 (patch) | |
tree | d59351c6dd47cf3022b70da756c2a354a8223041 | |
parent | net-p2p/syncthing: Version bump (diff) | |
download | gentoo-d248776f69defe6b3774fe6286d1d473664e8047.tar.gz gentoo-d248776f69defe6b3774fe6286d1d473664e8047.tar.bz2 gentoo-d248776f69defe6b3774fe6286d1d473664e8047.zip |
net-p2p/syncthing: add systemd unit files (fixes bug 574186)
Package-Manager: portage-2.2.26
-rw-r--r-- | net-p2p/syncthing/syncthing-0.12.18.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/syncthing/syncthing-0.12.18.ebuild b/net-p2p/syncthing/syncthing-0.12.18.ebuild index ee3fa53fe52c..f56efca26ee5 100644 --- a/net-p2p/syncthing/syncthing-0.12.18.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.18.ebuild @@ -7,7 +7,7 @@ EAPI=5 EGO_PN="github.com/syncthing/syncthing" EGIT_COMMIT=v${PV} -inherit golang-vcs-snapshot +inherit golang-vcs-snapshot systemd DESCRIPTION="Syncthing is an open, trustworthy and decentralized cloud storage system" HOMEPAGE="http://syncthing.net" @@ -37,4 +37,6 @@ src_install() { cd src/${EGO_PN} dobin bin/* dodoc README.md AUTHORS CONTRIBUTING.md + systemd_dounit "${S}"/etc/linux-systemd/system/${PN}@.service + systemd_douserunit "${S}"/etc/linux-systemd/user/${PN}.service } |