mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 11:52:40 +01:00
Merge commit '474f163b53d438955dae1a0cc9d7df46344b3950' as 'Code/devterm_wiringpi_cpi'
This commit is contained in:
9
Code/devterm_wiringpi_cpi/wiringPiD/daemonise.h
Normal file
9
Code/devterm_wiringpi_cpi/wiringPiD/daemonise.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* daemonise.h:
|
||||
* Fairly generic "Turn the current process into a daemon" code.
|
||||
*
|
||||
* Copyright (c) 2016-2017 Gordon Henderson.
|
||||
*********************************************************************************
|
||||
*/
|
||||
|
||||
extern void daemonise (const char *pidFile) ;
|
||||
Reference in New Issue
Block a user