Run as daemon.daemon, not nobody.daemon
This commit is contained in:
parent
2ca543afa9
commit
ec45279a6d
@ -97,7 +97,7 @@ static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";
|
||||
* -- Steve Deering, Stanford University, February 1989
|
||||
*/
|
||||
|
||||
#define UNPRIV_USER "nobody"
|
||||
#define UNPRIV_USER "daemon"
|
||||
#define UNPRIV_GROUP "daemon"
|
||||
|
||||
#define NO_MULTICAST 0 /* multicast modes */
|
||||
|
Loading…
Reference in New Issue
Block a user