/sbin/init failed when running gitlab-ctl reconfigure

When I run gitlab-ctl reconfigure (on debian 7 x64), I have the following error:

...
Recipe: gitlab::default
    * directory[/etc/gitlab] action create (up to date)
/sbin/init: invalid option -- '-'
Usage: init {-e VAR[=VAL] | [-t SECONDS] {0|1|2|3|4|5|6|S|s|Q|q|A|a|B|b|C|c|U|u}}
sh: systemctl: command not found
...

Any idea?

@TopKool This seems to be caused by the fact that the OmniBus package tries to identify what system you are using so as to apply the correct configurations during the reconfigure process

Was the reconfigure successful in this case?

Yes the reconfigure worked. Gitlab is running on a Debian 7.

1 Like