Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug related with Sys-Init-V #64

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Fix a bug related with Sys-Init-V #64

merged 1 commit into from
Oct 9, 2024

Conversation

Kaiser-Yang
Copy link
Contributor

Now we use a option serviceType to control the type of service, the value can be systemd or sys-init-v, which means we now can use systemd to deploy in the docker if systemd is supported in the docker. Besides, we remove two unused options. What's more, we update the script for sys-init-v, the old one has some problems: it can not redirect the output to the log file, all the output was redirected to the PIDFILE, so we just fix this. And, for creating git user, there may be no /home/git/.ssh, so we add a mkdir command to create it.

@Kaiser-Yang Kaiser-Yang added the bug Something isn't working label Oct 9, 2024
Now we use a option `serviceType` to control the type of service, the
value can be `systemd` or `sys-init-v`, which means we now can use
`systemd` to deploy in the docker if `systemd` is supported in the
docker. Besides, we remove two unused options. What's more, we update
the script for `sys-init-v`, the old one has some problems: it can not
redirect the output to the log file, all the output was redirected to
the `PIDFILE`, so we just fix this. And, for creating `git` user, there
may be no `/home/git/.ssh`, so we add a `mkdir` command to create it.
@Kaiser-Yang Kaiser-Yang merged commit 2c96eb2 into develop Oct 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants