<div dir="ltr"><div style="font-size:small" class="gmail_default">I am still on cron, and don&#39;t see a reason to move to anything else. </div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I use this command to edit and activate cron jobs for my regular user:</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><span style="font-family:monospace">crontab -e</span></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">And I use this if the command needs to run as root:</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><span style="font-family:monospace">sudo crontab -e</span> </div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I don&#39;t mess with anything in /etc/cron* directly, except when there is no other way. </div><div style="font-size:small" class="gmail_default">For example, some script that packages installed there for daily crons, and I need to change something. </div><div style="font-size:small" class="gmail_default">For example, an email address or so. </div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><div style="font-size:small" class="gmail_default">There are even cases when I use cron for something that should be done another way, just because it is easy.</div><div style="font-size:small" class="gmail_default">For example, sometimes USB devices are not fully initialized when rtl_433 is run, so I have this:</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><span style="font-family:monospace"># After a reboot, wait for a while, then restart the RTL-SDR stuff<br>@reboot /usr/bin/sleep 240; systemctl restart rtl-433mhz</span><br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Works consistently, and is much easier than messing with systemd units when there is no obvious way.</div><br></div></div>