I'm updating some stuff to work on opensuse 12.2 with systemd, and it looks like systemd doesn't recognize continuation lines in /etc/sysconfig/xxxx ? For instance, I copied over the following from the previous system: SPAMD_ARGS="--socketpath=/var/lib/bulwark/spamd \ --nouser-config \ --virtual-config-dir=/var/lib/bulwark/domains/%l/%d \ --siteconfigpath=/var/lib/bulwark/config \ --username=bulwark \ --max-children=25 \ --timeout-child=600" When I tried to start the spamd service, it failed: spamd[4547]: warn: Unknown option: -socketpath SPAMD_ARGS only went as far as "--socketpath=/var/lib/bulwark/spamd \", the rest was ignored. Also reported here: https://bugzilla.novell.com/show_bug.cgi?id=793411
Fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=565d91fdf198.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.