[Unit] Description=Update ClamAV database 10 minutes after boot (only if outdated) After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStartPre=/bin/sleep 600 ExecStart=/root/scripts/clamAV/freshclam-auto.sh Nice=19 IOSchedulingClass=idle [Install] WantedBy=multi-user.target