On Sat, Mar 17, 2012 at 10:32:22AM -0400, Tom Lane wrote:
> I have a shell script that needs to dig the values of a couple of
> "Environment=" settings out of a systemd service file.  Currently
> it just assumes it knows the search path for such things, finds
> the file, and greps for the right lines.  This seems unduly friendly
> with the file format, and it was just pointed out to me that it
> completely fails to handle .include directives.  So I'm wondering if
> there is anything in the systemd infrastructure that could help me
> do this in a more robust way.  Ideas anyone?

  You can try
 systemctl show -p Environment <unit>

-- 
Tomasz Torcz                Only gods can safely risk perfection,
xmpp: zdzich...@chrome.pl     it's a dangerous thing for a man.  -- Alia

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to