Skip to content
Snippets Groups Projects
Commit ae1ec016 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

rpm-chkconfig: call chkconfig after a deploy.

parent fff2d177
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@ deploy() {
# setup startup script
try "ln -s \"${prefix_etc}/init.d/tarantool_box\" \"${prefix_etc}/init.d/tarantool_box$id\""
# register service
[ -x /sbin/chkconfig ] && try "/sbin/chkconfig --add tarantool_box$id"
}
deploy_check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment