FS#33917 - [openvpn] systemd does not support "status" in config file, cannot start openvpn service
Attached to Project:
Arch Linux
Opened by Gala Dragos (arch_gala) - Monday, 18 February 2013, 16:24 GMT
Last edited by Thomas Bächler (brain0) - Monday, 18 February 2013, 22:55 GMT
Opened by Gala Dragos (arch_gala) - Monday, 18 February 2013, 16:24 GMT
Last edited by Thomas Bächler (brain0) - Monday, 18 February 2013, 22:55 GMT
|
Details
Description:
If you try to start an openvpn service it will not start. Additional info: It seems that the problem is generated by using "status" in the config file. Because no log directory is created by the script, openvpn fails to start. Once the log directory specified by "status" is created everything works. Steps to reproduce: Put "status" in config file. Start openvpn. The systemd script should detect if "status" is used in the config file and create the necessary directories (with "mkdir -p"). |
This task depends upon
If you really want this fixed, report it to the openvpn authors, so they create the needed directories inside openvpn.