forked from updateing/minieap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Remove the "-b" hack, implement "-b 1"
* Use `g_prog_config.run_in_background` for temporary storage for --daemonize to remove the ugly hack. * Also enables `daemonize=x` in config file. * "-b 1" means "run in bg with no logging". Sending our log to /dev/null should be fine with -b 1. * Fix the logic of restart_on_logoff.
- Loading branch information
Showing
2 changed files
with
14 additions
and
7 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