1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-11-05 12:17:10 +01:00
init/services/usyslogd
David Oberhollenzer 325f919847 usyslogd: chroot into log dir and drop privileges
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-08-20 07:44:15 +02:00

6 lines
No EOL
145 B
Text

description "starting usyslogd"
exec usyslogd --chroot --rotate-replace --max-size 8192
type respawn limit 5
target boot
after vfs
before sysinit