Re: [systemd-devel] NFS mount unit

2013-02-24 Thread Patrick Donnelly
On Sat, Feb 16, 2013 at 9:44 AM, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Fri, Feb 15, 2013 at 03:44:54PM -0500, Patrick Donnelly wrote: I am trying to setup a mount unit file for an NFS mount. I'm using (with IP address hidden): # cat host\@.mount Mount units must be named

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Colin Guthrie
'Twas brillig, and Patrick Donnelly at 15/02/13 20:44 did gyre and gimble: I am trying to setup a mount unit file for an NFS mount. I'm using (with IP address hidden): # cat host\@.mount [Unit] Description=%i mount DefaultDependencies=no Requires=local-fs.target network.target

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Peter Sztanojev
On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.02.2013 13:05, schrieb Colin Guthrie: Can't you just make openvpn.service also part of network.target? Thus holding up network.target until after it's started and thus delaying the mount until that point (even

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Reindl Harald
Am 16.02.2013 13:21, schrieb Peter Sztanojev: On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.02.2013 13:05, schrieb Colin Guthrie: Can't you just make openvpn.service also part of network.target? Thus holding up network.target until after it's started

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Peter Sztanojev
On Sat, Feb 16, 2013 at 1:32 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.02.2013 13:21, schrieb Peter Sztanojev: On Sat, Feb 16, 2013 at 1:12 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 16.02.2013 13:05, schrieb Colin Guthrie: Can't you just make openvpn.service also

Re: [systemd-devel] NFS mount unit

2013-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 15, 2013 at 03:44:54PM -0500, Patrick Donnelly wrote: I am trying to setup a mount unit file for an NFS mount. I'm using (with IP address hidden): # cat host\@.mount Mount units must be named after the mount point directories they control. Zbyszek

[systemd-devel] NFS mount unit

2013-02-15 Thread Patrick Donnelly
I am trying to setup a mount unit file for an NFS mount. I'm using (with IP address hidden): # cat host\@.mount [Unit] Description=%i mount DefaultDependencies=no Requires=local-fs.target network.target rpc-statd.service Conflicts=umount.target [Mount] What=host:/%i Where=/%i Type=nfs