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

add command-line options "-g", "-u", "-p" #97

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Conversation

jschauma
Copy link
Contributor

-g GROUP, --group GROUP change eGID to this group (default: None)

-p PIDFILE, --pidfile PIDFILE name of the file to write the current pid to (default: None)
-u USER, --user USER change eUID to this user (default: None)

Purpose of proposed changes

With these changes, it is easier to run the daemon as a daemon (although it still doesn't daemonize :-).
That is, you can specify a pidfile for the daemon to write its PID to, and specify a username/groupname to have the daemon change to at startup. This allows you to kick off mta-sts-daemon via normal startup scripts as root and then have the daemon run unprivileged without having to play sudo/su games.

Essential steps taken

At daemon startup time, try to write the pid (prior to changing eUID), then change group (prior to changing eUID), then finally change eUID.

-g GROUP, --group GROUP          change eGID to this group (default: None)

-p PIDFILE, --pidfile PIDFILE    name of the file to write the current pid to (default: None)
-u USER, --user USER             change eUID to this user (default: None)
@Snawoot Snawoot merged commit 4fc24ee into Snawoot:master Mar 10, 2023
@Snawoot
Copy link
Owner

Snawoot commented Mar 10, 2023

Thank you for the contribution!

@Snawoot
Copy link
Owner

Snawoot commented Mar 10, 2023

Released in v1.3.0.

@jschauma
Copy link
Contributor Author

jschauma commented Mar 10, 2023 via email

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.

2 participants