openrc/init.d.BSD/newsyslog

18 lines
239 B
Plaintext
Raw Normal View History

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