Update usenet.md
This commit is contained in:
parent
553b2cb8b6
commit
5e8f9abad2
|
@ -70,17 +70,8 @@ A rudimentary `readers.conf` looks like:
|
||||||
And finally set up the cron job to expire messages. Make sure you add this as
|
And finally set up the cron job to expire messages. Make sure you add this as
|
||||||
the `news` user cron:
|
the `news` user cron:
|
||||||
|
|
||||||
SHELL=/bin/sh
|
|
||||||
MAILTO=root
|
|
||||||
#=========================================================================
|
|
||||||
# INN crontab:
|
|
||||||
#=========================================================================
|
|
||||||
#
|
|
||||||
# Run news.daily every morning at 6am
|
|
||||||
#
|
|
||||||
0 6 * * * /usr/libexec/news/news.daily > dev/null
|
0 6 * * * /usr/libexec/news/news.daily > dev/null
|
||||||
|
|
||||||
|
|
||||||
## Running the server
|
## Running the server
|
||||||
|
|
||||||
This can be accomplished via systemd.
|
This can be accomplished via systemd.
|
||||||
|
|
Loading…
Reference in New Issue