Re: [systemd-devel] PartOf= Question

2015-01-13 Thread Steve Dickson
Hello, On 01/13/2015 08:27 AM, Steve Dickson wrote: > Here is what I have now in nfs-idmap.service: > > [Unit] > Description=NFSv4 ID-name mapping service > > BindTo=nfs-server.service > > Wants=nfs-config.service > After=nfs-config.service > > [Service] > EnvironmentFile=-/run/sysconfig/nfs-u

Re: [systemd-devel] PartOf= Question

2015-01-13 Thread Steve Dickson
On 01/12/2015 05:20 PM, Colin Guthrie wrote: > Hi Steve, > > I think I maybe (coincidentally) partly answered some of this question > (or at least outlined the problem) in my other reply on a different > thread made just a moment ago. I must a have missed it... I should watch this list closer th

Re: [systemd-devel] PartOf= Question

2015-01-12 Thread Colin Guthrie
Hi Steve, I think I maybe (coincidentally) partly answered some of this question (or at least outlined the problem) in my other reply on a different thread made just a moment ago. Steve Dickson wrote on 12/01/15 19:58: > Hello, > > The nfs-server service starts both the rpc-mountd service > and

[systemd-devel] PartOf= Question

2015-01-12 Thread Steve Dickson
Hello, The nfs-server service starts both the rpc-mountd service and the rpc-idmapd service when the server is started. But only brings down the rpc-mountd service when the NFS server is stopped. I want nfs-server service to bring both services when the server is stopped. Looking at the differ