Am 29.03.2012 19:13, schrieb Frantisek Hanzlik: > "systemctl reload xinetd.service" return message: > > Failed to issue method call: Job type reload is not applicable for unit > xinetd.service. > > It is on Fedora 16 i386, fully actualised. > Command "kill -HUP XINETD_PID" is working flawlessly. > It is some known systemd problem? one more badly written systemd-unit missing ExecReload=/usr/bin/killall -s SIGHUP xinetd please file a bug report a woraround would be: * systemctl disable xinetd.service * cp /lib/systemd/system/xinetd.service /etc/systemd/system/xinetd.service * chmod 644 /etc/systemd/system/xinetd.service * edit the unit file and add the line * systemctl enable xinetd.service _________________________________________ /usr/bin/killall -s SIGHUP xinetd cat messages Mar 29 19:16:51 **** xinetd[13899]: Starting reconfiguration Mar 29 19:16:51 **** xinetd[13899]: Swapping defaults Mar 29 19:16:51 **** xinetd[13899]: readjusting service tftp Mar 29 19:16:51 **** xinetd[13899]: Reconfigured: new=0 old=1 dropped=0 (services)
Attachment:
signature.asc
Description: OpenPGP digital signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org