add missing init actions for kojid/kojira
see: https://fedorahosted.org/koji/ticket/94 - Add missing actions to kojid.init (patch from wakko666) - Add missing actions to kojira.init (patch from wakko666)
This commit is contained in:
parent
3bd5f0ded8
commit
aed32ed56f
2 changed files with 6 additions and 6 deletions
|
|
@ -71,14 +71,14 @@ case "$1" in
|
|||
status)
|
||||
status $prog
|
||||
;;
|
||||
restart|reload)
|
||||
restart|reload|force-reload)
|
||||
restart
|
||||
;;
|
||||
condrestart)
|
||||
condrestart|try-restart)
|
||||
[ -f /var/lock/subsys/kojid ] && restart || :
|
||||
;;
|
||||
*)
|
||||
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
|
||||
echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
||||
exit 1
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue