diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/usyslogd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/usyslogd b/services/usyslogd index 60520c5..6b378d9 100644 --- a/services/usyslogd +++ b/services/usyslogd @@ -1,5 +1,5 @@ description "starting usyslogd" -exec usyslogd --rotate-replace --max-size 8192 +exec usyslogd --chroot --rotate-replace --max-size 8192 type respawn limit 5 target boot after vfs |