[systemd-devel] PartOf= Question

Steve Dickson SteveD at redhat.com
Tue Jan 13 11:32:29 PST 2015


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-utils
> Type=forking
> ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS
> 
> And in nfs-server.service I have the lines:
> Wants= nfs-idmapd.service
> After= nfs-idmapd.service 
> 
> And still rpc.idmapd does not come down when server is stopped.
Never mind... I got this working... It was a pilot error on my part :$

thanks for all the help!!

steved.



More information about the systemd-devel mailing list