You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
411 B
17 lines
411 B
#!@l_prefix@/bin/openpkg rc |
|
## |
|
## rc.mrtg -- Run-Commands |
|
## |
|
|
|
%config |
|
mrtg_enable="$openpkg_rc_def" |
|
|
|
%quarterly -u @l_susr@ |
|
rcService mrtg enable yes || exit 0 |
|
export LANG=C |
|
@l_prefix@/bin/mrtg \ |
|
--pid-file=@l_prefix@/var/mrtg/mrtg.pid \ |
|
--lock-file=@l_prefix@/var/mrtg/mrtg.lock \ |
|
--confcache-file=@l_prefix@/var/mrtg/mrtg.cache \ |
|
@l_prefix@/etc/mrtg/mrtg.cfg |
|
|
|
|