Description of problem: Options (defined in /etc/sysconfig/hdapsd) not considered when hdapsd starts. Version-Release number of selected component (if applicable): 20090401-6.fc14 How reproducible: Always. Steps to Reproduce: 1. Reboot computer and pass option "init=/bin/systemd" to grub. 2. Login. 3. Insert command "ps ax | grep hdapsd". Actual results: Verify that hdapsd was started only with parameters "-d sda", ignoring HDAPSD_OPTIONS defined in /etc/sysconfig/hdapsd . Expected results: hdapsd should have been started also with HDAPSD_OPTIONS defined in /etc/sysconfig/hdapsd . Additional info: This can be fixed if parentheses around HDAPSD_OPTIONS are removed from ExecStart line in /lib/systemd/system/hdapsd@.service, i.e. it should read ExecStart=/usr/sbin/hdapsd -d %I $HDAPSD_OPTIONS
Thank you for reporting and providing possible fix. It looks fine (and I get lost with systemd differences in substitution with $VAR vs ${VAR} vs $(VAR)). I will test it and push updated hdapsd package.
hdapsd-20090401-6.fc14.2 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/hdapsd-20090401-6.fc14.2
hdapsd-20090401-6.fc14.2 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update hdapsd'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/hdapsd-20090401-6.fc14.2
hdapsd-20090401-6.fc14.2 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.