openrc/init.d.BSD/newsyslog

16 lines
239 B
Plaintext
Raw Normal View History

2007-12-05 16:31:23 +00:00
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
2007-12-05 16:31:23 +00:00
# All rights reserved
required_files="/etc/newsyslog.conf"
depend() {
need localmount
}
start() {
ebegin "Creating and/or trimming log files"
newsyslog ${newsyslog_args}
eend $?
}