* Add configuration option to specify the user to run as.
This commit is contained in:
@ -62,7 +62,7 @@ time_t startup_time = 0;
|
||||
struct runtime_vars_s runtime_vars;
|
||||
uint32_t runtime_flags = INOTIFY_MASK;
|
||||
|
||||
const char * pidfilename = "/var/run/minidlna.pid";
|
||||
const char * pidfilename = "/var/run/minidlna/minidlna.pid";
|
||||
|
||||
char uuidvalue[] = "uuid:00000000-0000-0000-0000-000000000000";
|
||||
char modelname[MODELNAME_MAX_LEN] = ROOTDEV_MODELNAME;
|
||||
|
Reference in New Issue
Block a user