Skip to content
Snippets Groups Projects
Commit 525c3f1d authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/rpm-chkconfig'

parents 50b3aa68 ae1ec016
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