7 lines
158 B
Text
7 lines
158 B
Text
|
#!/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
|