Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #50190

Bug#768006: Workaround

From Apollon Oikonomopoulos <apoikos@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#768006: Workaround
Date 2015-07-13 14:50 +0200
Message-ID <pLLlg-53X-7@gated-at.bofh.it> (permalink)
References <p1xJv-7bI-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Hi,

On Sun, 08 Mar 2015 01:39:03 +0100 Robert Kawecki <robert@rkaw.pl> wrote:
> The workaround I used was to copy the generated unit files from 
> /run/systemd/generator/${mountname}.mount to /etc/systemd/system/ and 
> add a line to the [Unit] section:
> 
> 
> After=nfs-common.service

A less intrusive workaround is to add an override for 
nfs-common.service, ordering it before remote-fs-pre.target (see 
systemd.special(7)).

/etc/systemd/system/nfs-common.service.d/remote-fs-pre.conf:

 [Unit]
 Before=remote-fs-pre.target
 Wants=remote-fs-pre.target

until nfs-utils ships native systemd unit files.

Regards,
Apollon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread


Thread

Bug#768006: Workaround Apollon Oikonomopoulos <apoikos@debian.org> - 2015-07-13 14:50 +0200

csiph-web