summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/etherdfs/etherdfs-20180203-r4.ebuild (renamed from net-misc/etherdfs/etherdfs-20180203-r3.ebuild)2
-rw-r--r--net-misc/etherdfs/files/etherdfs.service-r1 (renamed from net-misc/etherdfs/files/etherdfs.service)2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/etherdfs/etherdfs-20180203-r3.ebuild b/net-misc/etherdfs/etherdfs-20180203-r4.ebuild
index 9a2e486674b4..9a85cc57a896 100644
--- a/net-misc/etherdfs/etherdfs-20180203-r3.ebuild
+++ b/net-misc/etherdfs/etherdfs-20180203-r4.ebuild
@@ -57,7 +57,7 @@ src_install() {
newinitd "${FILESDIR}"/etherdfs.initd etherdfs
newconfd "${FILESDIR}"/etherdfs.confd etherdfs
- systemd_dounit "${FILESDIR}"/etherdfs.service
+ systemd_newunit "${FILESDIR}"/etherdfs.service-r1 etherdfs.service
einstalldocs
}
diff --git a/net-misc/etherdfs/files/etherdfs.service b/net-misc/etherdfs/files/etherdfs.service-r1
index d5a6ed474a6a..ed56b2dfbdab 100644
--- a/net-misc/etherdfs/files/etherdfs.service
+++ b/net-misc/etherdfs/files/etherdfs.service-r1
@@ -4,7 +4,7 @@ After=network-online.target
[Service]
EnvironmentFile=/etc/conf.d/etherdfs
-ExecStart=/usr/bin/ethersrv-linux ${INTERFACE} ${STORAGEDIR}
+ExecStart=/usr/bin/ethersrv-linux lo /tmp
[Install]
WantedBy=multi-user.target