summaryrefslogtreecommitdiff
path: root/maintenance.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-29 09:50:40 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-29 09:50:40 -0400
commit342d70ecdee87c6cdca4bf7ca15d143ff400019f (patch)
treef4250be98daea91ebbd2e68b18755e7478a6818d /maintenance.html
parent825282fea9102326ad2538e4a98329fbd38c899b (diff)
cleanup for publication
Diffstat (limited to 'maintenance.html')
-rw-r--r--maintenance.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/maintenance.html b/maintenance.html
index 33a772b..5cdbb1a 100644
--- a/maintenance.html
+++ b/maintenance.html
@@ -69,29 +69,6 @@ apt upgrade</code></pre>
If you no longer want a service to start when the system is rebooted, use <code>disable</code>, or conversely, to make a service start on reboot use <code>enable</code>.
</p>
- <h2 id=cronjobs>Cronjobs</h2>
- <p>
- You might want to have your server automatically run commands (like updating something) at a set time without having to tell it.
- We can create a "cronjob" to schedule one of these regular commands.
- To create a cronjob, simply run:
- </p>
-
- <pre><code>crontab -e</code></pre>
-
- <aside>
- <p>
- It might ask you what editor you want to use if you run this for the first time.
- Select <code>nano</code> if you don't know how to use vim.
- </p>
- </aside>
-
- <p>
- In this crontab file, we can add a line for a command.
- Here is an example:
- </p>
-
- <p><strong>unfinished</strong></p>
-
<h2>Finding Files</h2>
<p>