Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Bearson
eodn2realearth
Commits
fcf887d3
Commit
fcf887d3
authored
Dec 11, 2015
by
Nick Bearson
Browse files
moved config stuff to its own dir, added logrotate
parent
eb5d7893
Changes
4
Hide whitespace changes
Inline
Side-by-side
README
View file @
fcf887d3
...
...
@@ -2,7 +2,13 @@ Hard-coded paths currently expect that you've checked this out to:
/home/eodn/eodn2realearth
To change this, modify:
conf/incrontab.table
src/consts.sh
SETUP:
incrontab incrontab.table
./startup.sh
crontab conf/crontab.table
incrontab conf/incrontab.table
src/startup.sh
conf/crontab.table
0 → 100644
View file @
fcf887d3
# mondays @ 02:01
1 2 * * 1 logrotate -f /home/eodn/eodn2realearth/conf/logrotate.conf -s /home/eodn/eodn2realearth/logs/rotate.status
src
/incrontab.table
→
conf
/incrontab.table
View file @
fcf887d3
File moved
conf/logrotate.conf
0 → 100644
View file @
fcf887d3
compress
/
home
/
eodn
/
eodn2realearth
/
logs
/*.
log
{
rotate
5
weekly
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment