Imported from the official WiringPi repository, version 2.60. Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I82dc00ab9f038f9bc4c6a9c4ca3affe5a5d33ae1
10 lines
266 B
C
10 lines
266 B
C
/*
|
|
* daemonise.h:
|
|
* Fairly generic "Turn the current process into a daemon" code.
|
|
*
|
|
* Copyright (c) 2016-2017 Gordon Henderson.
|
|
*********************************************************************************
|
|
*/
|
|
|
|
extern void daemonise (const char *pidFile) ;
|