[systemd-devel] WorkingDirectory in service file
Christian Hesse
list at eworm.de
Tue Nov 22 05:44:01 PST 2011
Hello everybody,
I use a service file for openvpn from the Arch Linux systemd-arch-units
package:
[Unit]
Description=OpenVPN connection to %i
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/openvpn --config /etc/openvpn/%i.conf --daemon openvpn@%i
WorkingDirectory=/etc/openvpn
[Install]
WantedBy=multi-user.target
Looks like WorkingDirectory is ignored and the real working directory is / as
I have to call scripts within the configuration with absolute paths. pwd run
inside a script gives "/".
Everything works as expected (with relative paths) when launching openvpn
from /etc/openvpn manually. Any hints what goes wrong?
--
Schoene Gruesse
Chris
More information about the systemd-devel
mailing list