P
P
PP2015-04-24 09:13:12
git
PP, 2015-04-24 09:13:12

What does this error mean when installing gitlab?

I run the following command
update-rc.d gitlab defaults 21
and I get this error

update-rc.d: using dependency based boot sequencing
insserv: script gitlab is not an executable regular file, skipped!

OS: Debian 8

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gregory, 2015-04-24
@Kadi

It cannot upload a non-executable file.
Try

sudo chmod +x /etc/init.d/gitlab && sudo update-rc.d gitlab defaults 21

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question