# Syslogd restarting issue

**URL:** https://forum.legato.io/t/syslogd-restarting-issue/228
**Category:** Legato Application Framework
**Created:** [June 15, 2016, 12:41pm UTC](https://forum.legato.io/t/syslogd-restarting-issue/228 "2016-06-15T12:41:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ravik](https://avatars.discourse-cdn.com/v4/letter/r/e19b73/32.png) [@ravik](https://forum.legato.io/u/ravik)
#### Post date: [June 15, 2016, 12:41pm UTC](https://forum.legato.io/t/syslogd-restarting-issue/228/1 "2016-06-15T12:41:58Z")

</div>

I am porting legato framework on IMX6. I am getting following error while restarting syslogd with “/sbin/syslogd -C2000” command.

`/sbin/syslogd: invalid option -- 'C'
usage: syslogd [-drvh] [-l hostlist] [-m markinterval] [-n] [-p path]
 [-s domainlist] [-f conffile]`

I checked with MangoH board, it seems the syslogd was built with busybox and it is accepting -C option.

```auto
syslogd -> /bin/busybox.nosuid
```

Can you help to understand the purpose of “-C2000” option in “/sbin/syslogd -C2000” command. In rootfs of IMX6 the syslogd was not built with busybox. Is there any alternate option for syslogd for the same purpose served by -C option.

---

<div class="post-metadata">

### Author: ![scoulson](https://avatars.discourse-cdn.com/v4/letter/s/eb9ed0/32.png) [@scoulson](https://forum.legato.io/u/scoulson)
#### Post date: [August 4, 2016, 9:47pm UTC](https://forum.legato.io/t/syslogd-restarting-issue/228/2 "2016-08-04T21:47:32Z")

</div>

Hi ravik,

I see this post is a few weeks old and perhaps you have solved this already, but for the record,

yes, we use the busybox syslogd and the meaning of the -C option is to specify the size of the circular RAM buffer in kB so in our case the size of the RAM buffer is set to 2000kB or 2MB. Obviously this is somewhat arbitrary and not a requirement of the framework.
