Re: [systemd-devel] Using Multiple EnvironmentFile lines

2011-08-02 Thread Steve Dickson
On 08/02/2011 03:17 PM, "Jóhann B. Guðmundsson" wrote: > On 08/02/2011 07:11 PM, Mantas Mikulėnas wrote: >> t doesn't make much sense for me to run nfsd, mountd, rquotad and everything >> from a single .service unit - after all, they are separate services with >> their own protocols... I might

Re: [systemd-devel] Using Multiple EnvironmentFile lines

2011-08-02 Thread Kay Sievers
2011/8/2 "Jóhann B. Guðmundsson" : > On 08/02/2011 07:11 PM, Mantas Mikulėnas wrote: >> >> t doesn't make much sense for me to run nfsd, mountd, rquotad and >> everything from a single .service unit - after all, they are separate >> services with their own protocols... I might want to just restart

Re: [systemd-devel] Using Multiple EnvironmentFile lines

2011-08-02 Thread Jóhann B. Guðmundsson
On 08/02/2011 07:11 PM, Mantas Mikulėnas wrote: t doesn't make much sense for me to run nfsd, mountd, rquotad and everything from a single .service unit - after all, they are separate services with their own protocols... I might want to just restart rpc.idmapd without killing the rest of NFS.

Re: [systemd-devel] Using Multiple EnvironmentFile lines

2011-08-02 Thread Mantas Mikulėnas
(Apparently, I've still yet to learn the difference between "Reply" and "Reply to List". Bleh. Disregard duplicates.) On Tue, Aug 02, 2011 at 08:36:49AM -0400, Steve Dickson wrote: > [...] > So the nfs-server.service looks like: > > [Unit] > Description=NFS Protocol Daemon > After=network.target

[systemd-devel] Using Multiple EnvironmentFile lines

2011-08-02 Thread Steve Dickson
Hello, I noticed that the ypbind.service used multiple EnvironmentFile lines so thought this would be a good way to build command lines to daemons on the fly... So the nfs-server.service looks like: [Unit] Description=NFS Protocol Daemon After=network.target rpcbind.service ConditionPathIsDire