Functions
jackal_bringup::multicast::daemonize Namespace Reference

Functions

def daemonize

Function Documentation

def jackal_bringup.multicast.daemonize.daemonize (   stdin = '/dev/null',
  stdout = '/dev/null',
  stderr = '/dev/null' 
)
This forks the current process into a daemon. The stdin, stdout, and
stderr arguments are file names that will be opened and be used to replace
the standard file descriptors in sys.stdin, sys.stdout, and sys.stderr.
These arguments are optional and default to /dev/null. Note that stderr is
opened unbuffered, so if it shares a file with stdout then interleaved
output may not appear in the order that you expect. 

Definition at line 25 of file daemonize.py.



jackal_bringup
Author(s):
autogenerated on Thu Jul 4 2019 19:49:01