mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-proxy/byedpi: use shipped .service
Signed-off-by: Michael Zavertkin <misha.zavertkin@mail.ru>
This commit is contained in:
@@ -30,5 +30,8 @@ src_install() {
|
||||
|
||||
newinitd "${FILESDIR}"/byedpi.initd byedpi
|
||||
newconfd "${FILESDIR}"/byedpi.confd byedpi
|
||||
systemd_dounit "${FILESDIR}/${PN}.service"
|
||||
systemd_dounit "dist/linux/${PN}.service"
|
||||
|
||||
insinto /etc
|
||||
newins "dist/linux/${PN}.conf" "${PN}.conf"
|
||||
}
|
||||
|
||||
@@ -31,7 +31,8 @@ src_install() {
|
||||
|
||||
newinitd "${FILESDIR}"/byedpi.initd byedpi
|
||||
newconfd "${FILESDIR}"/byedpi.confd byedpi
|
||||
# Replace distributed service file with working one
|
||||
# systemd_dounit dist/linux/byedpi.service
|
||||
systemd_dounit "${FILESDIR}/${PN}.service"
|
||||
systemd_dounit "dist/linux/${PN}.service"
|
||||
|
||||
insinto /etc
|
||||
newins "dist/linux/${PN}.conf" "${PN}.conf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user