mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-07 04:41:44 +00:00
Fix #86, patch from jsbid1 gmail.com
This commit is contained in:
@@ -2446,6 +2446,11 @@ main(int argc, char **argv)
|
||||
if (pidfile != NULL)
|
||||
do_pidfile(pidfile);
|
||||
|
||||
#ifdef FREEBSD
|
||||
tzsetwall();
|
||||
#endif
|
||||
openlog( __progname, LOG_NDELAY, LOG_DAEMON );
|
||||
|
||||
if (newroot != NULL)
|
||||
do_chroot(newroot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user