mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
16 lines
407 B
Text
16 lines
407 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Now it is time to set-up the main configuration file.
|
|
|
|
First run "pyznap setup", a sample configuration will be copied
|
|
to %%ETCDIR%%/pyznap/pyznap.conf.
|
|
|
|
After configuring the file to your liking setup cron(8) with the
|
|
following entries:
|
|
|
|
*/15 * * * * root %%BINDIR%%/pyznap snap >> /var/log/pyznap.log
|
|
0 0 * * * root %%BINDIR%%/pyznap send >> /var/log/pyznap.log
|
|
EOM
|
|
}
|
|
]
|