diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 12:19:48 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 12:19:48 +0100 |
| commit | 8bd756889efd0f8f740082dc7f2f95c7283bcfef (patch) | |
| tree | ce47052386e5aff6581de3518bb1c8df2d038f6f | |
| parent | f2c21d78cecc86390b2bc16e111f1424f0f76630 (diff) | |
change default user to nobody
| -rw-r--r-- | ioriot/src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ioriot/src/options.c b/ioriot/src/options.c index 01a5375..3808170 100644 --- a/ioriot/src/options.c +++ b/ioriot/src/options.c @@ -24,7 +24,7 @@ options_s *options_new() o->wd_base = "/usr/local/ioriot"; o->num_workers = 4; o->num_threads_per_worker = 128; - o->user = "mcuser"; + o->user = "nobody"; o->name = "test0"; o->init = false; o->replay = false; |
