* Add some logging and forking tweaks to work better with systemd.
This commit is contained in:
@ -188,9 +188,10 @@ extern uint32_t runtime_flags;
|
||||
#define TIVO_MASK 0x0002
|
||||
#define DLNA_STRICT_MASK 0x0004
|
||||
#define NO_PLAYLIST_MASK 0x0008
|
||||
#define SYSTEMD_MASK 0x0010
|
||||
|
||||
#define SETFLAG(mask) runtime_flags |= mask
|
||||
#define GETFLAG(mask) runtime_flags & mask
|
||||
#define GETFLAG(mask) (runtime_flags & mask)
|
||||
#define CLEARFLAG(mask) runtime_flags &= ~mask
|
||||
|
||||
extern const char * pidfilename;
|
||||
|
Reference in New Issue
Block a user