Jump to content

Linux: Difference between revisions

211 bytes added ,  8 July 2020
Line 281: Line 281:
==Services and Scheduling==
==Services and Scheduling==
===crontab===
===crontab===
The following will open a list of cron jobs you have.
<pre>
crontab -e
</pre>
The default editor is nano. You can change it to vim using <code>VISUAL=vim</code> env variable or with <code>select-editor</code>.
===systemd service===
===systemd service===
See [https://wiki.debian.org/systemd/Services] [https://www.freedesktop.org/software/systemd/man/systemd.service.html manual]<br>
See [https://wiki.debian.org/systemd/Services] [https://www.freedesktop.org/software/systemd/man/systemd.service.html manual]<br>