Projekt

Allgemein

Profil

Setup cronie » Historie » Version 1

Jeremias Keihsler, 04.07.2020 15:05

1 1 Jeremias Keihsler
h1. Setup cronie
2
3
h1. Preliminary note cronie
4
5
It seems that with Fedora 32 'minimal' cronie is not installed by default.
6
7
You may find additional useful information at
8
* https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/monitoring-and-automation/Automating_System_Tasks/
9
10
h2. Install cronie (-anacron)
11
12
<pre><code class="bash">
13
dnf install cronie cronie-anacron
14
</code></pre>
15
16
h2. Run crond Service
17
18
<pre><code class="bash">
19
systemctl status crond.service
20
systemctl start crond.service
21
systemctl enable crond.service
22
</code></pre>