Description of problem: It seems that 'systemctl reload radvd' does not work. Version-Release number of selected component (if applicable): radvd-1.9.2-4.fc20.armv7hl How reproducible: 100% Steps to Reproduce: 1. # systemctl reload radvd Actual results: Failed to issue method call: Job type reload is not applicable for unit radvd.service. Expected results: No error, radvd should dynamically apply the new configuration. Additional info: The manual page from radvd.conf mentions that sending a SIGHUB reloads the configuration. From systemd.service: ExecReload= Commands to execute to trigger a configuration reload in the service. This argument takes multiple command lines, following the same scheme as described for ExecStart= above. Use of this setting is optional. Specifier and environment variable substitution is supported here following the same scheme as for ExecStart=. One additional special environment variables is set: if known $MAINPID is set to the main process of the daemon, and may be used for command lines like the following: /bin/kill -HUP $MAINPID
Created attachment 877905 [details] Proposed patch got the radvd.service file Tested OK in my side.
Fixed in rawhide.