<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><pre>Package: passwd
Version: 1:4.5-1.1<br><br></pre><pre>This is regards to passwd.cron.daily which backups passwd/group/shadow/gshadow daily, which AFAICT is not upstream, but may have been in the past. </pre><pre>I'm looking at what it takes to run systems without cron and following the example of other packages like logrotate:<br></pre><pre>They add this bit to the cron script:<br># skip in favour of systemd timer<br>if [ -d /run/systemd/system ]; then<br>    exit 0<br>fi<br></pre><pre>and then create a systemd service/timer.  Happy to do the work to make a patch if the above is the preferred solution.<br><br>___<br><br></pre><pre>Alternatively, I have also wondered if the cron job functionality is still needed or if the built-in generated backups are enough - /etc/group- etc.  <br></pre><pre>On my machine the /etc/group- backup would have been much more useful then the one replaced daily by the cron job in /var/backups.<br><br></pre><pre>Thanks!
</pre></div></div></div></div></div>