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

Implement procServ functionality #1

Open
17 of 27 tasks
NickeZ opened this issue Jun 10, 2017 · 0 comments
Open
17 of 27 tasks

Implement procServ functionality #1

NickeZ opened this issue Jun 10, 2017 · 0 comments

Comments

@NickeZ
Copy link
Owner

NickeZ commented Jun 10, 2017

  • unix: UNIX domain socket at (@... for abstract)
  • (WONT) --allow allow control connections from anywhere
  • --autorestartcmd command to toggle auto restart flag (^ for ctrl)
  • --coresize set maximum core size for child to
  • -c --chdir change directory to before starting child
  • -d --debug debug mode (keeps child in foreground)
  • (WONT) -e --exec specify child executable (default: arg0 of )
  • -f --foreground keep child in foreground (interactive)
  • -h --help print this message
  • --holdoff set holdoff time [sec] between child restarts
  • -i --ignore ignore all chars in (^ for ctrl)
  • -I --info-file write instance information to this file
  • -k --killcmd command to kill (reboot) the child (^ for ctrl)
  • (WONT) --killsig signal to send to child when killing
  • -l --logport allow log connections through telnet
  • -L --logfile write log to , '-' logs to stdout
  • --logstamp [] prefix log lines with timestamp [strftime format]
  • -n --name set child's name (default: arg0 of )
  • --noautorestart do not restart child on exit by default
  • (WONT) -p --pidfile write PID file (for server PID)
  • -P --port allow control connections through telnet
  • -q --quiet suppress informational output (server)
  • (WONT) --restrict restrict log access to connections from localhost
  • --timefmt set time format (strftime) to
  • -V --version print program version
  • -w --wait wait for cmd on control connection to start child
  • -x --logoutcmd command to logout client connection (^ for ctrl)
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

No branches or pull requests

1 participant