Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3b637b9a
Commit
3b637b9a
authored
Jan 03, 2005
by
Leigh B. Stoller
Browse files
Add sbin/dbcheck to crontab (run every night before DB backup).
parent
a84a02df
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
3b637b9a
...
...
@@ -676,6 +676,7 @@ Phase "cron", "Adding cron jobs", sub {
DoneIfEdited
(
$CRONTAB
);
AppendToFileFatal
(
$CRONTAB
,
"
0
\t
6
\t
*
\t
*
\t
*
\t
root
\t
$PREFIX
/sbin/audit
",
"
0
\t
1
\t
*
\t
*
\t
*
\t
root
\t
$PREFIX
/sbin/dbcheck
",
"
45
\t
1
\t
*
\t
*
\t
*
\t
root
\t
$PREFIX
/sbin/backup
",
"
*/5
\t
*
\t
*
\t
*
\t
*
\t
root
\t
$PREFIX
/sbin/node_status
",
"
*/5
\t
*
\t
*
\t
*
\t
*
\t
root
\t
$PREFIX
/sbin/idlemail
");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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