[Unit] Description=Run anacron jobs during bootup After=remote-fs.target time-sync.target [Service] Type=oneshot ExecStartPre= ExecStart=/bin/sh /etc/init.d/anacron start TimeoutSec=0 RemainAfterExit=yes [Install] WantedBy=multi-user.target