diff options
author | 2023-04-23 02:24:12 +0200 | |
---|---|---|
committer | 2023-04-23 02:26:01 +0200 | |
commit | fe956287204e2d3318732b681e6213b3243289d4 (patch) | |
tree | cf881257bc58983503e2669f4511da46d4bc25a3 /net-misc/etherdfs | |
parent | app-emulation/86Box: always enable dynarec (diff) | |
download | gentoo-fe956287204e2d3318732b681e6213b3243289d4.tar.gz gentoo-fe956287204e2d3318732b681e6213b3243289d4.tar.bz2 gentoo-fe956287204e2d3318732b681e6213b3243289d4.zip |
net-misc/etherdfs: update systemd unit
Closes: https://bugs.gentoo.org/891615
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/etherdfs')
-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 |