Skip to content

separate --no-fork from -d/--debug#32

Open
Duncaen wants to merge 1 commit into
mikhail-m1:masterfrom
Duncaen:no-fork
Open

separate --no-fork from -d/--debug#32
Duncaen wants to merge 1 commit into
mikhail-m1:masterfrom
Duncaen:no-fork

Conversation

@Duncaen

@Duncaen Duncaen commented Mar 12, 2026

Copy link
Copy Markdown

This allows to use the --no-fork flag for service managers like runit that expect programs to stay in the foreground to avoid using pid files. The systemd service could also be changed to use Type=simple with that flag, which is generally prefered over Type=forking, because of the inherent issues of pid files.

This allows to use the --no-fork flag for service managers like runit
that expect programs to stay in the foreground to avoid using pid files.
The systemd service could also be changed to use Type=simple with that
flag, which is generally prefered over Type=forking, because of the
inherent issues of pid files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant