Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
typo3-solr
Commits
220e18f0
Commit
220e18f0
authored
Sep 08, 2016
by
Markus Guenther
Browse files
[BUGFIX] Remove start command of tika server to prevent error
parent
0f99712e
Changes
1
Hide whitespace changes
Inline
Side-by-side
providers/app.rb
View file @
220e18f0
...
...
@@ -239,11 +239,7 @@ action :add do
end
execute
"enable tika-server"
do
command
"sudo systemctl enable tika-server.service"
end
execute
"start tika-server"
do
command
"sudo systemctl start tika-server.service"
command
"systemctl enable tika-server.service"
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment