6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
# Run epylog daily.
|
|
#
|
|
# just disable this so we don't run the global one anywhere
|
|
# better to run a specific one (or ones)
|
|
#/usr/sbin/epylog --cron
|