gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 671 forks source link

start-stop-daemon: user 'gitblit' not found #1366

Open faninks opened 3 years ago

faninks commented 3 years ago

Ubuntu18.04 gitblit1.9 root@zj-H110M-S2:/etc# systemctl status gitblit ● gitblit.service - LSB: Gitblit repository server Loaded: loaded (/etc/init.d/gitblit; generated) Active: active (exited) since Thu 2021-04-29 13:48:26 CST; 15min ago Docs: man:systemd-sysv-generator(8) Process: 3294 ExecStart=/etc/init.d/gitblit start (code=exited, status=0/SUCCESS)

4月 29 13:48:26 zj-H110M-S2 systemd[1]: Starting LSB: Gitblit repository server... 4月 29 13:48:26 zj-H110M-S2 gitblit[3294]: Starting gitblit server 4月 29 13:48:26 zj-H110M-S2 gitblit[3294]: start-stop-daemon: user 'gitblit' not found 4月 29 13:48:26 zj-H110M-S2 systemd[1]: Started LSB: Gitblit repository server.

flaix commented 3 years ago

How did you install it? It tries to run under the user 'gitblit' but that user probably has not been created yet, It is advised to create a system user to run Gitblit, the init script assumes the default user name 'gitblit'.