forked from chaos/powerman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --with-group= option to config.ac
The powerman.service file has configuration options to run the daemon as a specific user and group. The current default for both is "daemon". Changing the user is possible through --with-user= configure option, but there is no option for changing the group. In order to allow the group value to be configured at build time, a configure option similar to the --with-user= option should be provided. This change creates the --with-group= option, setting the @RUN_AS_GROUP@ macro for autoconf files. Note from @garlick: this was submitted in 2017 as pr chaos#26 and sat around due to maintainer inattention. Rebasing and reviving as it's a good patch!
- Loading branch information
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters