[GH-ISSUE #72] Support other system init #3144

Closed
opened 2026-02-28 11:54:43 +03:00 by kerem · 1 comment
Owner

Originally created by @mohamad-supangat on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/72

Is it possible to support other init systems than systemd, such as openrc / dinit

Maybe a design like the custom nginx restart command, so you can easily restart nginx from the web ui

Originally created by @mohamad-supangat on GitHub (Feb 1, 2023). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/72 Is it possible to support other init systems than systemd, such as openrc / dinit Maybe a design like the custom nginx restart command, so you can easily restart nginx from the web ui
kerem closed this issue 2026-02-28 11:54:44 +03:00
Author
Owner

@0xJacky commented on GitHub (Feb 1, 2023):

Do you mean to support other init systems to control nginx? We just use nginx -t, nginx -s reload to send signal to nginx process. The reason we check whether systemd is available in install shell is that we want to use systemd to control nginx-ui, you can use any other init systems by installing nginx-ui manully

<!-- gh-comment-id:1411695202 --> @0xJacky commented on GitHub (Feb 1, 2023): Do you mean to support other init systems to control nginx? We just use `nginx -t`, `nginx -s reload` to send signal to nginx process. The reason we check whether `systemd` is available in install shell is that we want to use `systemd` to control nginx-ui, you can use any other init systems by installing nginx-ui manully
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#3144
No description provided.