On Sun, Dec 01, 2013 at 12:10:36AM -0800, [email protected] wrote:
> I'm using an openvpn unit,
> 
>       cat openvpn.service
>               [Unit]
>               Description=OpenVPN
>               After=syslog.target network.target
>               Before=openvpn.target
> 
>               [Service]
>               PrivateTmp=true
>               Environment=PATH="/usr/local/openvpn-unpriv:$PATH"
This is not a shell, and you cannot reference $PATH like this. Full
content of the variable has to included instead.

Zbyszek
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to