aboutsummaryrefslogtreecommitdiff
path: root/services/usyslogd
diff options
context:
space:
mode:
Diffstat (limited to 'services/usyslogd')
-rw-r--r--services/usyslogd6
1 files changed, 6 insertions, 0 deletions
diff --git a/services/usyslogd b/services/usyslogd
new file mode 100644
index 0000000..6b378d9
--- /dev/null
+++ b/services/usyslogd
@@ -0,0 +1,6 @@
+description "starting usyslogd"
+exec usyslogd --chroot --rotate-replace --max-size 8192
+type respawn limit 5
+target boot
+after vfs
+before sysinit \ No newline at end of file